8268537: (Temporary) Disable ParallelRefProcEnabled for Parallel GC
Reviewed-by: stefank, sjohanss
This commit is contained in:
parent
f716711c7b
commit
7cd5a6e7b5
src/hotspot/share/gc/parallel
test/hotspot/jtreg/gc/arguments
@ -87,7 +87,7 @@ void ParallelArguments::initialize() {
|
||||
}
|
||||
|
||||
if (FLAG_IS_DEFAULT(ParallelRefProcEnabled) && ParallelGCThreads > 1) {
|
||||
FLAG_SET_DEFAULT(ParallelRefProcEnabled, true);
|
||||
//FLAG_SET_DEFAULT(ParallelRefProcEnabled, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -51,7 +51,7 @@ public class TestParallelRefProc {
|
||||
}
|
||||
if (GC.Parallel.isSupported()) {
|
||||
noneGCSupported = false;
|
||||
testFlag(new String[] { "-XX:+UseParallelGC" }, true);
|
||||
testFlag(new String[] { "-XX:+UseParallelGC" }, false);
|
||||
}
|
||||
if (GC.G1.isSupported()) {
|
||||
noneGCSupported = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user