src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp
changeset 58938 358783d2ba0b
parent 58926 ecb801342b8c
child 59027 65dc025d5e7e
--- a/src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp	Tue Nov 05 08:57:36 2019 -0800
+++ b/src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp	Tue Nov 05 09:59:21 2019 -0800
@@ -81,11 +81,11 @@
     } else {
       min_number_of_compiler_threads = 2;   // case 4 (tiered)
     }
-  } else
-#else
-  {
+  } else {
     min_number_of_compiler_threads = 1; // case 2
   }
+#else
+  min_number_of_compiler_threads = 1; // case 2
 #endif
 
   // The default CICompilerCount's value is CI_COMPILER_COUNT.