JDK-8306482 : Remove unused Method AccessFlags
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-04-19
  • Updated: 2023-04-27
  • Resolved: 2023-04-20
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 21
21 b20Fixed
Description
These Method AccessFlags are unused.  They were moved to ConstMethod a long time ago.

     public static final long JVM_ACC_HAS_LINE_NUMBER_TABLE  = 0x00100000;
     public static final long JVM_ACC_HAS_CHECKED_EXCEPTIONS = 0x00400000;
     public static final long JVM_ACC_HAS_LOCAL_VARIABLE_TABLE = 0x00200000;

Comments
Changeset: afd2501f Author: Coleen Phillimore <coleenp@openjdk.org> Date: 2023-04-20 19:13:14 +0000 URL: https://git.openjdk.org/jdk/commit/afd2501fcc9f8ccb4993a6565d68b882e5130688
20-04-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13549 Date: 2023-04-20 00:35:06 +0000
20-04-2023