RFR: 8276825: hotspot/runtime/SelectionResolution test errors [v2]
David Holmes
dholmes at openjdk.java.net
Wed Nov 10 02:34:37 UTC 2021
On Tue, 9 Nov 2021 20:12:05 GMT, Harold Seigel <hseigel at openjdk.org> wrote:
>> Please review this trivial fix to a few of the hotspot/runtime/SelectionResolution test class files. The fix was tested by running the tests locally and Mach5 tiers 1-3 on Linux, MacOS, and Windows.
>>
>> Thanks, Harold
>
> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>
> Change adding of access options to or-ing
Changes seem fine.
Thanks,
David
So does that mean we check access by AND'ing with a mask ie
```bool is_public = access_bits & ACC_PUBLIC != 0```
So access bits of 31 are the same as 1 from an access check perspective?
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6300
More information about the hotspot-runtime-dev
mailing list