Integrated: 8279993: Assert that a shared class is not loaded more than once

Calvin Cheung ccheung at openjdk.org
Thu May 18 16:08:06 UTC 2023


On Tue, 16 May 2023 22:03:18 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> Please review this small fix for adding a debug only counter `InstanceKlass::_shared_class_load_count` to ensure a shared class is loaded only once.
> 
> Passed tiers 1,2,3 testing.

This pull request has now been integrated.

Changeset: bb24c367
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bb24c36759f19448c8539f6b11017753f304bb56
Stats:     4 lines in 2 files changed: 3 ins; 0 del; 1 mod

8279993: Assert that a shared class is not loaded more than once

Reviewed-by: iklam, stuefe

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

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


More information about the hotspot-runtime-dev mailing list