< prev index next >

src/share/vm/prims/jvmtiEnv.cpp

Print this page
rev 11777 : [mq]: gcinterface.patch

*** 1758,1768 **** } /* end GetObjectsWithTags */ jvmtiError JvmtiEnv::ForceGarbageCollection() { ! Universe::heap()->collect(GCCause::_jvmti_force_gc); return JVMTI_ERROR_NONE; } /* end ForceGarbageCollection */ // --- 1758,1768 ---- } /* end GetObjectsWithTags */ jvmtiError JvmtiEnv::ForceGarbageCollection() { ! GC::gc()->heap()->collect(GCCause::_jvmti_force_gc); return JVMTI_ERROR_NONE; } /* end ForceGarbageCollection */ //
< prev index next >