Searched refs:_jvmti_force_gc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DgcCause.cpp42 case _jvmti_force_gc:
H A DgcCause.hpp45 _jvmti_force_gc, enumerator in enum:GCCause::Cause
78 cause == GCCause::_jvmti_force_gc);
83 return (cause == GCCause::_jvmti_force_gc ||
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1710 Universe::heap()->collect(GCCause::_jvmti_force_gc);

Completed in 38 milliseconds