mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
6412968: CMS Long initial mark pauses
Reviewed-by: rasbold, tschatzl, jmasa
This commit is contained in:
parent
7d582a33d1
commit
6060a2999c
5 changed files with 175 additions and 47 deletions
|
@ -1689,6 +1689,9 @@ class CommandLineFlags {
|
|||
product(bool, CMSAbortSemantics, false, \
|
||||
"Whether abort-on-overflow semantics is implemented") \
|
||||
\
|
||||
product(bool, CMSParallelInitialMarkEnabled, true, \
|
||||
"Use the parallel initial mark.") \
|
||||
\
|
||||
product(bool, CMSParallelRemarkEnabled, true, \
|
||||
"Whether parallel remark enabled (only if ParNewGC)") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue