mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
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:
parent
4694fbd776
commit
2fdc0d3f21
12 changed files with 376 additions and 445 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue