RFR: 8290981: Enable CDS for zero builds [v2]
Aleksey Shipilev
shade at openjdk.org
Mon Aug 15 10:59:20 UTC 2022
On Sun, 14 Aug 2022 06:07:33 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - create_cds_archive -> CreateCDSArchive
>> - explicitly choose VM variant in create_cds_archive
>
> src/hotspot/cpu/zero/zeroInterpreter_zero.cpp line 40:
>
>> 38: #include "oops/oop.inline.hpp"
>> 39: #include "prims/jvmtiExport.hpp"
>> 40: #include "runtime/arguments.hpp"
>
> needs globals.hpp too
Why? `arguments.hpp` transitively includes it.
-------------
PR: https://git.openjdk.org/jdk/pull/9869
More information about the build-dev
mailing list