mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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:
parent
327cf6829b
commit
ae7cdb5972
6 changed files with 181 additions and 35 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue