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

@ -36,4 +36,6 @@
Flag::Error AliasLevelConstraintFunc(bool verbose, intx* value);
Flag::Error CICompilerCountConstraintFunc(bool verbose, intx* value);
#endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */