src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp
changeset 58938 358783d2ba0b
parent 58926 ecb801342b8c
child 59027 65dc025d5e7e
equal deleted inserted replaced
58937:ba99c5a4491d 58938:358783d2ba0b
    79         min_number_of_compiler_threads = 1;
    79         min_number_of_compiler_threads = 1;
    80       }
    80       }
    81     } else {
    81     } else {
    82       min_number_of_compiler_threads = 2;   // case 4 (tiered)
    82       min_number_of_compiler_threads = 2;   // case 4 (tiered)
    83     }
    83     }
    84   } else
    84   } else {
       
    85     min_number_of_compiler_threads = 1; // case 2
       
    86   }
    85 #else
    87 #else
    86   {
    88   min_number_of_compiler_threads = 1; // case 2
    87     min_number_of_compiler_threads = 1; // case 2
       
    88   }
       
    89 #endif
    89 #endif
    90 
    90 
    91   // The default CICompilerCount's value is CI_COMPILER_COUNT.
    91   // The default CICompilerCount's value is CI_COMPILER_COUNT.
    92   // With a client VM, -XX:+TieredCompilation causes TieredCompilation
    92   // With a client VM, -XX:+TieredCompilation causes TieredCompilation
    93   // to be true here (the option is validated later) and
    93   // to be true here (the option is validated later) and