On Tue, 2 Aug 2022 06:38:11 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Improved tests, added mulit-dimensional array tests, simplified new >> java.lang.Class API's > > test/hotspot/jtreg/runtime/ClassFile/ClassFileVersionTest.java line 67: > >> 65: if (ver != 64) { >> 66: int got_minor = (ver >> 16) & 0x0000FFFF; >> 67: int got_major = ver & 0x0000FFFF; > > `got` seems odd in this context as these are not boolean queries. Sorry I "got" it now :) ------------- PR: https://git.openjdk.org/jdk/pull/9688