diff -r ba99c5a4491d -r 358783d2ba0b src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp --- 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.