8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()

Reviewed-by: jwilhelm, tschatzl
This commit is contained in:
Mikael Gerdin 2015-02-06 16:24:25 +01:00
parent 7d4ea26916
commit 685f6eb32e
3 changed files with 1 additions and 7 deletions

View file

@ -74,9 +74,6 @@ class GCCause : public AllStatic {
_g1_humongous_allocation,
_last_ditch_collection,
_dcmd_gc_run,
_last_gc_cause
};