JDK-8340011 : Simplify jdk.internal.classfile.impl.EntryMap
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.classfile
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-09-12
  • Updated: 2024-09-23
  • Resolved: 2024-09-12
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 24
24 b16Fixed
Description
EntryMap is currently abstract with two inheritors, and the behavior given to each can just as easily be hoisted, EntryMap be made final. This slightly speeds up interpreted performance and gives us a minor reduction in implementation classes.
Comments
Changeset: 0765917d Branch: master Author: Claes Redestad <redestad@openjdk.org> Date: 2024-09-12 15:08:11 +0000 URL: https://git.openjdk.org/jdk/commit/0765917dea9376586697012b60605099750d8d42
12-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20966 Date: 2024-09-12 13:26:45 +0000
12-09-2024