mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
Reviewed-by: jwilhelm, tschatzl
This commit is contained in:
parent
7d4ea26916
commit
685f6eb32e
3 changed files with 1 additions and 7 deletions
|
@ -74,9 +74,6 @@ class GCCause : public AllStatic {
|
|||
_g1_humongous_allocation,
|
||||
|
||||
_last_ditch_collection,
|
||||
|
||||
_dcmd_gc_run,
|
||||
|
||||
_last_gc_cause
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue