RFR: 8292591: Experimentally add back barrier-less Java thread transitions [v5]

Robbin Ehn rehn at openjdk.org
Fri Sep 9 17:48:49 UTC 2022


On Fri, 9 Sep 2022 16:32:03 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Robbin Ehn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed ws
>
> src/hotspot/os/windows/systemMemoryBarrier_windows.cpp line 29:
> 
>> 27: 
>> 28: #include <windows.h>
>> 29: #include <processthreadsapi.h>
> 
> Should these be alpha sorted?

On some windows setups processthreadsapi.h needs a define from windows.h. (otherwise it do not know what arch we are compiling on) (this is a bug in the windows headers)

This file only needs processthreadsapi.h according to the docs.

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

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


More information about the hotspot-dev mailing list