RFR: 8291360: Create entry points to expose low-level class file information [v2]
David Holmes
dholmes at openjdk.org
Tue Aug 2 07:03:53 UTC 2022
On Tue, 2 Aug 2022 06:38:11 GMT, David Holmes <dholmes at 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
More information about the core-libs-dev
mailing list