We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f716711 commit 7cd5a6eCopy full SHA for 7cd5a6e
src/hotspot/share/gc/parallel/parallelArguments.cpp
@@ -87,7 +87,7 @@ void ParallelArguments::initialize() {
87
}
88
89
if (FLAG_IS_DEFAULT(ParallelRefProcEnabled) && ParallelGCThreads > 1) {
90
- FLAG_SET_DEFAULT(ParallelRefProcEnabled, true);
+ //FLAG_SET_DEFAULT(ParallelRefProcEnabled, true);
91
92
93
test/hotspot/jtreg/gc/arguments/TestParallelRefProc.java
@@ -51,7 +51,7 @@ public static void main(String args[]) throws Exception {
51
52
if (GC.Parallel.isSupported()) {
53
noneGCSupported = false;
54
- testFlag(new String[] { "-XX:+UseParallelGC" }, true);
+ testFlag(new String[] { "-XX:+UseParallelGC" }, false);
55
56
if (GC.G1.isSupported()) {
57
0 commit comments