On Mon, 20 Mar 2023 18:44:24 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> Replace calls to `jdk.internal.vm.VM::classFileVersion` with > `java.lang.reflect.ClassFileFormatVersion.latest().major()`. This also > fixes jlink SystemModulesPlugin plugin to use CFFV API instead of hardcoding > the class file version. This pull request has now been integrated. Changeset: bbca7c3e Author: Mandy Chung <mch...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bbca7c3ede338a04d140abfe3e19cb27c628a0f5 Stats: 26 lines in 5 files changed: 5 ins; 12 del; 9 mod 8304542: Convert use of internal VM::classFileVersion to ClassFileFormatVersion Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/13106