RFR: JDK-8289106: Add model of class file versions to core reflection
Roger Riggs
rriggs at openjdk.org
Wed Jun 29 16:54:37 UTC 2022
On Mon, 27 Jun 2022 20:26:52 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> JDK-8289106: Add model of class file versions to core reflection
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.
-------------
PR: https://git.openjdk.org/jdk/pull/9299
More information about the core-libs-dev
mailing list