RFR: 8329706: Implement -XX:+AOTClassLinking [v11]
Ioi Lam
iklam at openjdk.org
Mon Sep 23 17:38:42 UTC 2024
On Thu, 19 Sep 2024 05:37:17 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> @dholmes-ora comments
>
> src/hotspot/share/cds/aotClassLinker.cpp line 122:
>
>> 120: assert(CDSConfig::is_dumping_aot_linked_classes(), "sanity");
>> 121:
>> 122: if (!SystemDictionaryShared::is_builtin(ik)) {
>
> What does this actually mean by "built-in"?
Boot/Platform/App loaders. The meaning of "built-in" is documented at the top of systemDictionaryShared.hpp
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20843#discussion_r1771839512
More information about the serviceability-dev
mailing list