mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6814467: G1: small fixes related to concurrent marking verboseness
A few small fixes to remove some inconsistencies in the concurrent mark-related verbose GC output. Reviewed-by: jmasa
This commit is contained in:
parent
8893530f3a
commit
e4e765e34e
3 changed files with 5 additions and 4 deletions
|
@ -420,6 +420,10 @@ ConcurrentMark::ConcurrentMark(ReservedSpace rs,
|
|||
|
||||
_has_overflown(false),
|
||||
_concurrent(false),
|
||||
_has_aborted(false),
|
||||
_restart_for_overflow(false),
|
||||
_concurrent_marking_in_progress(false),
|
||||
_should_gray_objects(false),
|
||||
|
||||
// _verbose_level set below
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue