RFR: 8265831: 8257831 broke Windows x86 build

Thomas Stuefe stuefe at openjdk.java.net
Fri Apr 23 07:34:37 UTC 2021


Hi,

may I please have reviews for this trivial build fix? Thanks!

The error is just a missing include. I have no idea why this only breaks x86 though. It has nothing to do with different calling conventions between caller and callee (typical for x86 windows). I just assume the Windows x64 build pulls semaphore.inline.hpp via some other includes.

Cheers, Thomas

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

Commit messages:
 - start

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

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


More information about the hotspot-runtime-dev mailing list