JDK-8251513 : Code around Parse::do_lookupswitch/do_tableswitch should be cleaned up
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-08-13
  • Updated: 2021-10-21
  • Resolved: 2021-10-18
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 18
18 b20Fixed
Related Reports
Relates :  
Description
The code in Parse::do_lookupswitch/do_tableswitch handling profile information from ciMultiBranchData should be cleaned up. For example, MultiBranchData::count_at is casted from uint to int to float. See also JDK-8251458.
Comments
Changeset: ebb1363e Author: Tobias Holenstein <tobias.holenstein@oracle.com> Committer: Tobias Hartmann <thartmann@openjdk.org> Date: 2021-10-18 07:32:17 +0000 URL: https://git.openjdk.java.net/jdk/commit/ebb1363e5d6b47daf1badad93490580fedcb0572
18-10-2021