RFR: 8329706: Implement -XX:+AOTClassLinking [v9]
Ioi Lam
iklam at openjdk.org
Thu Sep 19 03:08:36 UTC 2024
On Wed, 18 Sep 2024 05:33:09 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed ZERO build
>
> src/hotspot/share/classfile/systemDictionary.cpp line 139:
>
>> 137: if (_java_platform_loader.is_empty()) {
>> 138: oop platform_loader = get_platform_class_loader_impl(CHECK);
>> 139: _java_platform_loader = OopHandle(Universe::vm_global(), platform_loader);
>
> Why has the order been switched here?
It's just clean up. Platform loader should go before app loader.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20843#discussion_r1766082395
More information about the serviceability-dev
mailing list