RFR: 8264006: Fix AOT library loading on CPUs with 256-byte dcache line
Vladimir Kozlov
kvn at openjdk.java.net
Wed Mar 24 21:35:40 UTC 2021
On Wed, 24 Mar 2021 13:29:38 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> The compiler folk will need to see if VM_Version::initialize itself has any dependencies on the AOTLoader initialization. Changing the initialization order is always risky.
>>
>> On a side note please don't modify any copyright line except for Oracle's when modifying files, unless instructed to by the owner of that copyright.
>>
>> Thanks,
>> David
>
> It may be possible to factor out the necessary logic to the VM_Version::early_initialize() function instead.
VM_Version::initialize don't have dependencies on AOT initialization.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3169
More information about the hotspot-runtime-dev
mailing list