RFR: 8262376: ReplaceCriticalClassesForSubgraphs.java fails if --with-build-jdk is used
Alan Bateman
alanb at openjdk.java.net
Thu Apr 29 06:00:52 UTC 2021
On Thu, 29 Apr 2021 04:13:05 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Does this mean that when using CDS some classes are not subject to the application of the JVM TI ClassFileLoadHook? And if so, is that constraint documented somewhere?
At one point, enabling the can_generate_all_class_hook_events capability in the onload phase would disable CDS but maybe that has changed? In any case, the only place in the specs where it touches on this is in the CFLH event itself where it has a sentence about not generating the event for some classes.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3780
More information about the hotspot-runtime-dev
mailing list