8130858: CICompilerCount=1 when tiered is off is not allowed any more

8122937 broke handling of CICompilerCount

Reviewed-by: kvn, vlivanov, gziemski
This commit is contained in:
Roland Westrelin 2015-07-27 13:44:07 +02:00
parent 327cf6829b
commit ae7cdb5972
6 changed files with 181 additions and 35 deletions

View file

@ -445,9 +445,6 @@ class Arguments : AllStatic {
static char* SharedArchivePath;
public:
// Tiered
static int get_min_number_of_compiler_threads();
// Scale compile thresholds
// Returns threshold scaled with CompileThresholdScaling
static intx scaled_compile_threshold(intx threshold, double scale);