RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v30]
Stefan Karlsson
stefank at openjdk.org
Mon Oct 7 11:43:00 UTC 2024
On Mon, 7 Oct 2024 11:00:54 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> src/hotspot/share/oops/compressedKlass.cpp line 31:
>>
>>> 29: #include "oops/compressedKlass.inline.hpp"
>>> 30: #include "runtime/globals.hpp"
>>> 31: #include "runtime/java.hpp"
>>
>> Do you remember why this was added?
>
> Looks like this is for vm_exit_during_initialization().
I see. Thanks. (What a funny header file that is)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20677#discussion_r1790060417
More information about the hotspot-gc-dev
mailing list