8112746: Followup to JDK-8059557 (JEP 245)

Several improvements to range/constraint check feature.

Reviewed-by: coleenp, ddmitriev, sangheki, kbarrett
This commit is contained in:
Gerard Ziemski 2015-08-13 17:17:56 -05:00
parent 4694fbd776
commit 2fdc0d3f21
12 changed files with 376 additions and 445 deletions

View file

@ -34,8 +34,8 @@
* an appropriate error value.
*/
Flag::Error AliasLevelConstraintFunc(bool verbose, intx* value);
Flag::Error AliasLevelConstraintFunc(intx value, bool verbose);
Flag::Error CICompilerCountConstraintFunc(bool verbose, intx* value);
Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose);
#endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */