mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
c8006a68d5
19 changed files with 978 additions and 1827 deletions
|
@ -1157,10 +1157,6 @@ class CommandLineFlags {
|
|||
"In the Parallel Old garbage collector use parallel dense" \
|
||||
" prefix update") \
|
||||
\
|
||||
develop(bool, UseParallelOldGCChunkPointerCalc, true, \
|
||||
"In the Parallel Old garbage collector use chucks to calculate" \
|
||||
" new object locations") \
|
||||
\
|
||||
product(uintx, HeapMaximumCompactionInterval, 20, \
|
||||
"How often should we maximally compact the heap (not allowing " \
|
||||
"any dead space)") \
|
||||
|
@ -1189,21 +1185,14 @@ 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") \
|
||||
\
|
||||
develop(bool, ParallelOldMTUnsafeUpdateLiveData, false, \
|
||||
"Use the Parallel Old MT unsafe in update of live size") \
|
||||
\
|
||||
develop(bool, TraceChunkTasksQueuing, false, \
|
||||
"Trace the queuing of the chunk tasks") \
|
||||
develop(bool, TraceRegionTasksQueuing, false, \
|
||||
"Trace the queuing of the region tasks") \
|
||||
\
|
||||
product(uintx, ParallelMarkingThreads, 0, \
|
||||
"Number of marking threads concurrent gc will use") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue