mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
d327b24c06
18 changed files with 171 additions and 120 deletions
|
@ -2012,6 +2012,10 @@ class CommandLineFlags {
|
|||
diagnostic(bool, GCParallelVerificationEnabled, true, \
|
||||
"Enable parallel memory system verification") \
|
||||
\
|
||||
diagnostic(bool, DeferInitialCardMark, false, \
|
||||
"When +ReduceInitialCardMarks, explicitly defer any that " \
|
||||
"may arise from new_pre_store_barrier") \
|
||||
\
|
||||
diagnostic(bool, VerifyRememberedSets, false, \
|
||||
"Verify GC remembered sets") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue