JDK-8311583 : tableswitch broken by JDK-8310577
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-07-06
  • Updated: 2023-11-27
  • Resolved: 2023-07-13
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 22
22 b07Fixed
Related Reports
Relates :  
Description
The fix for the -Wconversion errors broke the verifier for tableswitch and lookupswitch, that use 64 bit integers to do range checking.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/1988 Date: 2023-11-27 18:25:13 +0000
27-11-2023

Changeset: 135f64e6 Author: Coleen Phillimore <coleenp@openjdk.org> Date: 2023-07-13 13:20:52 +0000 URL: https://git.openjdk.org/jdk/commit/135f64e603266e0bb8852edf77d21a9cd79388ce
13-07-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14788 Date: 2023-07-06 19:53:46 +0000
06-07-2023