RFR: 8258857: Zero: non-PCH release build fails after JDK-8258074
Jie Fu
jiefu at openjdk.java.net
Mon Jan 4 23:41:54 UTC 2021
On Mon, 4 Jan 2021 17:19:44 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> `#include "runtime/globals_shared.hpp"` should not be removed. compiler_globals.hpp uses the `DECLARE_FLAGS` macro, which is defined by globals_shared.hpp.
Since globals_shared.hpp is included in compiler_globals_pd.hpp, I think it's fine to remove it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1894
More information about the build-dev
mailing list