JDK-8232005 : [s390, PPC64] More exception checks missing in interpreter
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11,14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc,s390x
  • Submitted: 2019-10-08
  • Updated: 2021-07-02
  • Resolved: 2019-10-24
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.
JDK 11 JDK 13 JDK 14
11.0.6Fixed 13.0.2Fixed 14 b21Fixed
Related Reports
Relates :  
Description
One missing exception check was fixed in JDK-8229925, but there are more. We have still seen test failures in vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001 as described in that issue.
We should review VM calls from interpreter which skip the exception check.

Comments
Fix request 11u and 13u are also affected by this bug. Test failures were observed. Fix only touches s390 and PPC64 files and it applies cleanly.
28-10-2019

URL: https://hg.openjdk.java.net/jdk/jdk/rev/9019c186ae99 User: mdoerr Date: 2019-10-24 14:35:09 +0000
24-10-2019