-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b17
-
x86_64
-
windows_2012
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063570 | 8u45 | Lois Foltan | P2 | Resolved | Fixed | b01 |
JDK-8054585 | 8u40 | Tobias Hartmann | P4 | Resolved | Fixed | b02 |
JDK-8070850 | emb-8u47 | Lois Foltan | P2 | Resolved | Fixed | team |
JDK-8213298 | 7u221 | Kevin Walls | P2 | Resolved | Fixed | b01 |
When compiling sharedRuntimeTrans.cpp with VS2013:
C:\jprt\T\P1\053803.tbell\s\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp(60) : error C2220: warning treated as error - no 'object' file generated
C:\jprt\T\P1\053803.tbell\s\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp(60) : warning C4273: 'copysign' : inconsistent dll linkage
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(483) : see previous definition of 'copysign'
sharedRuntimeTrig.cpp
C:\jprt\T\P1\053803.tbell\s\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp(91) : warning C4273: 'scalbn' : inconsistent dll linkage
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(518) : see previous definition of 'scalbn'
C:\jprt\T\P1\053803.tbell\s\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp(60) : error C2220: warning treated as error - no 'object' file generated
C:\jprt\T\P1\053803.tbell\s\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp(60) : warning C4273: 'copysign' : inconsistent dll linkage
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(483) : see previous definition of 'copysign'
sharedRuntimeTrig.cpp
C:\jprt\T\P1\053803.tbell\s\hotspot\src\share\vm\runtime\sharedRuntimeTrans.cpp(91) : warning C4273: 'scalbn' : inconsistent dll linkage
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(518) : see previous definition of 'scalbn'
- backported by
-
JDK-8063570 Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
- Resolved
-
JDK-8070850 Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
- Resolved
-
JDK-8213298 Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
- Resolved
-
JDK-8054585 Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
- Resolved
- relates to
-
JDK-8042707 Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
- Resolved