[11u] RFR(S): 8221408: Windows 32bit build build errors/warnings in hotspot
Aleksey Shipilev
shade at redhat.com
Wed Aug 7 13:16:13 UTC 2019
On 8/6/19 5:18 PM, Lindenmaier, Goetz wrote:
> http://cr.openjdk.java.net/~goetz/wr19/8221408-ntintel_warnings-jdk11/01/
Replacement seems okay. Required macros were introduced by JDK-8218164, not available in 11u. Old
code would use "#pragma warning". Shared code would additionally protect the pragmas with "#ifdef
_MSC_VER", but here it is fine, as the change is in Windows-specific file already.
Backport looks good.
--
Thanks,
-Aleksey
More information about the jdk-updates-dev
mailing list