mirror of
https://github.com/openjdk/jdk16u.git
synced 2025-12-11 03:01:15 -06:00
8264374: Shenandoah: Remove leftover parallel reference processing argument
Backport-of: ac604a18c92d9d21ea5b5b14fea512642d33764f
This commit is contained in:
parent
426cb6ad2a
commit
048040fe2b
@ -110,10 +110,6 @@ void ShenandoahArguments::initialize() {
|
||||
}
|
||||
}
|
||||
|
||||
if (FLAG_IS_DEFAULT(ParallelRefProcEnabled)) {
|
||||
FLAG_SET_DEFAULT(ParallelRefProcEnabled, true);
|
||||
}
|
||||
|
||||
if (ShenandoahRegionSampling && FLAG_IS_DEFAULT(PerfDataMemorySize)) {
|
||||
// When sampling is enabled, max out the PerfData memory to get more
|
||||
// Shenandoah data in, including Matrix.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user