-
Bug
-
Resolution: Fixed
-
P4
-
8u221, 9
-
b96
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8239145 | openjdk8u252 | Severin Gehwolf | P4 | Resolved | Fixed | b03 |
If can_access_local_variables is on, values used in the patterns to match bmi instructions can be used by uncommon traps. This hinders that the pattern is matched.
Fix: Check for null before performing the computation.
Also fix typo in test name: rename tests AddnTest to AndnTest.
Fix: Check for null before performing the computation.
Also fix typo in test name: rename tests AddnTest to AndnTest.
- backported by
-
JDK-8239145 [TESTBUG] Some bmi tests fail if can_access_local_variables is on.
- Resolved