Index: include/open/vm_gc.h =================================================================== --- include/open/vm_gc.h (revision 645201) +++ include/open/vm_gc.h (working copy) @@ -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. @@ -225,6 +218,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