You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/06/26 16:11:15 UTC

svn commit: r671911 - /harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h

Author: hindessm
Date: Thu Jun 26 07:11:14 2008
New Revision: 671911

URL: http://svn.apache.org/viewvc?rev=671911&view=rev
Log:
Applying patches from "[#HARMONY-5693] Redefinition of
vm_notify_live_object_class in vm_gc.h".

Modified:
    harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h

Modified: harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h?rev=671911&r1=671910&r2=671911&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h (original)
+++ harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h Thu Jun 26 07:11:14 2008
@@ -109,13 +109,6 @@
 VMEXPORT bool vm_iterate_object(Managed_Object_Handle object);
 
 /**
- * GC calls this function for each live object it finds in heap.
- * This is used for finding unreferenced class loaders for class
- * unloading.
- */
-VMEXPORT void vm_notify_live_object_class(Class_Handle);
-
-/**
  * GC calls this function to hint VM that finalizers may need to be run
  * and references enqueued. This method is guaranteed not to hold global
  * GC lock. 
@@ -210,6 +203,9 @@
 VMEXPORT Class_Handle vtable_get_class(VTable_Handle vh);
 
 /**
+ * GC calls this function for each live object it finds in heap.
+ * This is used for finding unreferenced class loaders for class
+ * unloading.
  * Notifies VM that live object of this class was found in the heap
  *
  * @param clss - class of live object in Java heap