8150839: Adjust the number of compiler threads for 32-bit platforms

Set the number of compiler threads to 3 on 32-bit platforms.

Reviewed-by: iveresov
This commit is contained in:
Zoltan Majo 2016-03-04 08:53:59 +01:00
parent 40fe96de0d
commit d30d687178
3 changed files with 22 additions and 1 deletions

View file

@ -2472,9 +2472,11 @@ bool Arguments::check_vm_args_consistency() {
status = false;
}
#ifdef _LP64
if (!FLAG_IS_DEFAULT(CICompilerCount) && !FLAG_IS_DEFAULT(CICompilerCountPerCPU) && CICompilerCountPerCPU) {
warning("The VM option CICompilerCountPerCPU overrides CICompilerCount.");
}
#endif
#ifndef SUPPORT_RESERVED_STACK_AREA
if (StackReservedPages != 0) {