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

/openjdk7/hotspot/src/share/vm/gc_interface/
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 ||

Completed in 34 milliseconds