RFR: 8288651: CDS test HelloUnload.java should not use literal string as ClassLoader name
Coleen Phillimore
coleenp at openjdk.org
Mon Jun 27 18:32:40 UTC 2022
On Mon, 27 Jun 2022 17:32:24 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> A simple test fix for changing the class loader name to a non-literal string so that the symbol refcount could be decremented upon unloading of the class loader.
>
> Passed tiers 1 and 2 testing. Inspected the .jtr file to check the symbol refcount was decremented.
Ok, that's subtle but good find.
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9297
More information about the hotspot-runtime-dev
mailing list