-
Sub-task
-
Resolution: Unresolved
-
P4
-
18
For debugging purposes and also for specific test groups (e.g. vector tests run in CI with UseAVX etc.), executing IR verification with non-whitelisted flags would be useful. Currently, that does not work:
IR verification disabled either due to no @IR annotations, through explicitly setting -DVerify=false, due to not running a debug build, using a non-whitelisted JTreg VM or Javaopts flag like -Xint, or running the test VM with other VM flags added by user code that make the IR verification impossible (e.g. -XX:-UseCompile, -XX:TieredStopAtLevel=[1,2,3], etc.).
Above message also contains a typo: "UseCompile" -> "UseCompiler".
IR verification disabled either due to no @IR annotations, through explicitly setting -DVerify=false, due to not running a debug build, using a non-whitelisted JTreg VM or Javaopts flag like -Xint, or running the test VM with other VM flags added by user code that make the IR verification impossible (e.g. -XX:-UseCompile, -XX:TieredStopAtLevel=[1,2,3], etc.).
Above message also contains a typo: "UseCompile" -> "UseCompiler".
- relates to
-
JDK-8320421 [IR Framework] Umbrella: Add more VM flags to the whitelist
- Open