RFR: 8264543: Cross modify fence optimization for x86 [v3]
David Holmes
dholmes at openjdk.java.net
Mon Jul 26 11:21:10 UTC 2021
On Mon, 26 Jul 2021 06:38:57 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> You are linking to Intel documentation of the Intel C++ compiler. This `_serialize()` intrinsic needs to be available in Microsoft Visual Studio.
>
> I ran it through our build system and it builds fine but I'd be happier if I could find some documentation that shows the availability of `_serialize()` in Visual Studio.
Update: it builds fine with VS 2019, but not VS 2017. I don't know if we still expect to be able to build with VS 2017. If we do then the new code will need a compiler version guard on it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4848
More information about the hotspot-dev
mailing list