-
Bug
-
Resolution: Fixed
-
P3
-
21
-
b09
-
s390x
-
linux
Created on behalf of Sidraya Jayagond.
When running the following tests:
- compiler/interpreter/TestVerifyStackAfterDeopt.java
- compiler/interpreter/VerifyStackWithUnreachableBlock.java
The VM crashes with "guarantee(last != NULL) failed: last may not be null" when running with -XX:+VerifyStack (debug build only).
The failure is similar to the PPC bugJDK-8288105.
When running the following tests:
- compiler/interpreter/TestVerifyStackAfterDeopt.java
- compiler/interpreter/VerifyStackWithUnreachableBlock.java
The VM crashes with "guarantee(last != NULL) failed: last may not be null" when running with -XX:+VerifyStack (debug build only).
The failure is similar to the PPC bug
- relates to
-
JDK-8288105 [PPC64] Problems with -XX:+VerifyStack
- Resolved