< prev index next >

src/share/vm/gc_interface/gcCause.cpp

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

*** 101,113 **** return "G1 Humongous Allocation"; case _last_ditch_collection: return "Last ditch collection"; - case _dcmd_gc_run: - return "Diagnostic Command"; - case _last_gc_cause: return "ILLEGAL VALUE - last gc cause - ILLEGAL VALUE"; default: return "unknown GCCause"; --- 101,110 ----
< prev index next >