mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6716466: par compact - remove VerifyParallelOldWithMarkSweep code
Reviewed-by: jmasa
This commit is contained in:
parent
4204f82a1a
commit
2e52e9dff2
9 changed files with 12 additions and 197 deletions
|
@ -1189,13 +1189,6 @@ class CommandLineFlags {
|
|||
product(uintx, ParallelCMSThreads, 0, \
|
||||
"Max number of threads CMS will use for concurrent work") \
|
||||
\
|
||||
develop(bool, VerifyParallelOldWithMarkSweep, false, \
|
||||
"Use the MarkSweep code to verify phases of Parallel Old") \
|
||||
\
|
||||
develop(uintx, VerifyParallelOldWithMarkSweepInterval, 1, \
|
||||
"Interval at which the MarkSweep code is used to verify " \
|
||||
"phases of Parallel Old") \
|
||||
\
|
||||
develop(bool, ParallelOldMTUnsafeMarkBitMap, false, \
|
||||
"Use the Parallel Old MT unsafe in marking the bitmap") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue