Integrated: 8265831: 8257831 broke Windows x86 build

Thomas Stuefe stuefe at openjdk.java.net
Fri Apr 23 16:39:38 UTC 2021


On Fri, 23 Apr 2021 07:26:52 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: ac238701
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ac238701
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8265831: 8257831 broke Windows x86 build

Reviewed-by: shade

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

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


More information about the hotspot-runtime-dev mailing list