JDK-8291360 : Create entry points to expose low-level class file information
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-07-27
  • Updated: 2022-11-14
  • Resolved: 2022-08-04
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 20
20 b10Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
To better support modeling of class files in core reflection (see JDK-8266670), it would be helpful to have additional information about class files available to the libraries, including the major class file version and a raw form of the access flag bits.
Comments
Changeset: a3040fcc Author: Harold Seigel <hseigel@openjdk.org> Date: 2022-08-04 13:13:01 +0000 URL: https://git.openjdk.org/jdk/commit/a3040fcc2baa48c19d9525b3539863a71fa5781d
04-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9688 Date: 2022-07-29 18:02:46 +0000
29-07-2022