< prev index next >

src/share/vm/gc_interface/gcCause.hpp

Print this page
rev 7796 : 8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
Reviewed-by:

@@ -72,13 +72,10 @@
 
     _g1_inc_collection_pause,
     _g1_humongous_allocation,
 
     _last_ditch_collection,
-
-    _dcmd_gc_run,
-
     _last_gc_cause
   };
 
   inline static bool is_user_requested_gc(GCCause::Cause cause) {
     return (cause == GCCause::_java_lang_system_gc ||
< prev index next >