RFR: 8320002: Remove obsolete CDS check in Reflection::verify_class_access()
David Holmes
dholmes at openjdk.org
Wed Jan 3 07:01:46 UTC 2024
On Wed, 3 Jan 2024 05:40:21 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> During static dump, if an exception is encountered, it would just log a CDS warning message and continue processing the next entry in the classlist.
Exactly! It would skip the class that triggered the exception, which is a behaviour change to what happens now.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17232#issuecomment-1874926700
More information about the hotspot-runtime-dev
mailing list