mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6752248: G1: introduce parallel heap verification
Introduce parallel heap verification in G1. Reviewed-by: jcoomes, apetrusenko
This commit is contained in:
parent
6c19542a36
commit
6f5e28aca1
4 changed files with 67 additions and 6 deletions
|
@ -1825,6 +1825,9 @@ class CommandLineFlags {
|
|||
diagnostic(bool, VerifyDuringGC, false, \
|
||||
"Verify memory system during GC (between phases)") \
|
||||
\
|
||||
diagnostic(bool, GCParallelVerificationEnabled, true, \
|
||||
"Enable parallel memory system verification") \
|
||||
\
|
||||
diagnostic(bool, VerifyRememberedSets, false, \
|
||||
"Verify GC remembered sets") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue