RFR: 8320002: Remove obsolete CDS check in Reflection::verify_class_access()
David Holmes
dholmes at openjdk.org
Wed Jan 3 00:58:47 UTC 2024
On Wed, 3 Jan 2024 00:39:52 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> This fix removes an obsolete CDS check. Please review.
>
> Passed tiers 1 - 4 testing.
This would seem to introduce a change in behaviour. During dumping we may now get an access exception when previously access was assumed to be okay.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17232#issuecomment-1874735403
More information about the hotspot-runtime-dev
mailing list