On Sun, 14 Aug 2022 06:07:33 GMT, Thomas Stuefe <stu...@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