RFR: 8285518: CDS assert: visibility cannot change between dump time and runtime

Ioi Lam iklam at openjdk.java.net
Tue May 10 18:03:57 UTC 2022


On Tue, 10 May 2022 17:34:21 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> Looks good. Just curious usually how many classes would require reload of `pkg_entry`?

Usually the reload never happens. I ran two test cases:

- HelloWorld: is_shared_class_visible_impl called 227 times
- javac: is_shared_class_visible_impl called 688 times

In both cases, the reload never happened.

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

PR: https://git.openjdk.java.net/jdk/pull/8392


More information about the hotspot-runtime-dev mailing list