RFR: JDK-8289106: Add model of class file versions to core reflection
Joe Darcy
darcy at openjdk.org
Wed Jun 29 21:32:30 UTC 2022
On Wed, 29 Jun 2022 16:51:21 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> I'm thinking of the case where I'm reading class file bytes and pull out the major classfile version and want to map it to the enum. If the semantic was the "earliest version" supporting the major version then it would be unambiguous.
Method to map from major class file version added.
-------------
PR: https://git.openjdk.org/jdk/pull/9299
More information about the core-libs-dev
mailing list