JDK-8299683 : [S390X] Problems with -XX:+VerifyStack
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • CPU: s390x
  • Submitted: 2023-01-05
  • Updated: 2023-01-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
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 bug JDK-8288105.
Comments
Should this go to hotspot/runtime like JDK-8288105?
06-01-2023

ILW = assert in debug build; with -XX:+VerifyStack only; no workaround = MMH = P3
05-01-2023