RFR: JDK-8280503: Use allStatic.hpp instead of allocation.hpp where possible

Ioi Lam iklam at openjdk.java.net
Mon Jan 24 04:33:07 UTC 2022


On Mon, 24 Jan 2022 04:18:48 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> I am running a mach5 job for tier1 + builds-tier5. That should cover most of the builds done by the Oracle CI. I'll post the results when they are ready.

Unfortunately I am seeing failures on macos and windows:

macos:

src/hotspot/os/bsd/gc/z/zNUMA_bsd.cpp:25: src/hotspot/share/gc/z/zNUMA.hpp:39:10: error: unknown type name 'uint32_t'

windows:

src\hotspot\os\windows\threadLocalStorage_windows.cpp(34): error C3861: 'assert': identifier not found

-------------

PR: https://git.openjdk.java.net/jdk/pull/7188


More information about the serviceability-dev mailing list