On Mon, 27 Jun 2022 20:26:52 GMT, Joe Darcy <da...@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