-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8214606 | 8u211 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8220859 | emb-8u211 | Kevin Walls | P3 | Resolved | Fixed | master |
JDK-8211276 | 7u211 | Kevin Walls | P3 | Resolved | Fixed | b01 |
In jdk8u, hotspot's make system specifically recognises MSC_VER "1912" (cl.exe version 19.12) as the VS2017 compiler.
Using VS2017 with cl.exe 19.13 fails, the build will use GX rather than /EHsc and the build will fail.
We need to expand what hotspot recognises.
Using VS2017 with cl.exe 19.13 fails, the build will use GX rather than /EHsc and the build will fail.
We need to expand what hotspot recognises.
- backported by
-
JDK-8211276 [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017.
-
- Resolved
-
-
JDK-8214606 [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017.
-
- Resolved
-
-
JDK-8220859 [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017.
-
- Resolved
-