6752248: G1: introduce parallel heap verification

Introduce parallel heap verification in G1.

Reviewed-by: jcoomes, apetrusenko
This commit is contained in:
Antonios Printezis 2008-10-06 13:16:35 -04:00
parent 6c19542a36
commit 6f5e28aca1
4 changed files with 67 additions and 6 deletions

View file

@ -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") \
\