RFR: 8288651: CDS test HelloUnload.java should not use literal string as ClassLoader name

Ioi Lam iklam at openjdk.org
Mon Jun 27 20:50:44 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.

LGTM

-------------

Marked as reviewed by iklam (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9297


More information about the hotspot-runtime-dev mailing list