mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
Reviewed-by: brutisso, ehelin
This commit is contained in:
parent
9d6f18c297
commit
2bf343ea50
2 changed files with 14 additions and 1 deletions
|
@ -415,6 +415,7 @@ private:
|
|||
volatile unsigned int _old_marking_cycles_completed;
|
||||
|
||||
bool _concurrent_cycle_started;
|
||||
bool _heap_summary_sent;
|
||||
|
||||
// This is a non-product method that is helpful for testing. It is
|
||||
// called at the end of a GC and artificially expands the heap by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue