RFR: 8288005: HotSpot build with disabled PCH fails for Windows AArch64

Dmitry Kulikov duke at openjdk.java.net
Thu Jun 16 06:56:39 UTC 2022


Added a header file include that fixes HotSpot build with disabled PCH for Windows AArch64.
Build successfully tested on Windows 10 x86_64 machine:
* with Visual Studio 2019 for AArch64 cross-compile,
* with Visual Studio 2017 & 2019 for x86_64 build.

Running tests on Windows and other platforms showed no regression after this patch.

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

Commit messages:
 - 8288005: HotSpot build with disabled PCH fails for Windows AArch64

Changes: https://git.openjdk.org/jdk/pull/9178/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9178&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8288005
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/9178.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9178/head:pull/9178

PR: https://git.openjdk.org/jdk/pull/9178


More information about the hotspot-runtime-dev mailing list