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

Calvin Cheung ccheung at openjdk.org
Mon Jun 27 21:19:41 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.

This pull request has now been integrated.

Changeset: e322e77e
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e322e77e9535fc3f37b409a1c805e9f6b728377a
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

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

Reviewed-by: coleenp, iklam

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

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


More information about the hotspot-runtime-dev mailing list