Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8214604 | 8u211 | Kevin Walls | P2 | Resolved | Fixed | b01 |
JDK-8208696 | 8u202 | Kevin Walls | P2 | Closed | Fixed | b01 |
JDK-8220857 | emb-8u211 | Kevin Walls | P2 | Resolved | Fixed | master |
JDK-8210419 | 7u211 | Kevin Walls | P2 | Closed | Fixed | b01 |
Description
abstractInterpreter.cpp
<directory>\open\src\hotspot\share\utilities/globalDefinitions_visCPP.hpp(173): error C2084: function 'int vsnprintf(char *const ,const ::size_t,const char *const ,va_list)' already has a body
<directory of installed VS2017>\vs2017~1.0\devkit~1.gz\10\include\ucrt\stdio.h(1428): note: see previous definition of 'vsnprintf'
<directory>\open\src\hotspot\share\utilities/globalDefinitions_visCPP.hpp(173): error C2084: function 'int vsnprintf(char *const ,const ::size_t,const char *const ,va_list)' already has a body
<directory of installed VS2017>\vs2017~1.0\devkit~1.gz\10\include\ucrt\stdio.h(1428): note: see previous definition of 'vsnprintf'
Attachments
Issue Links
- backported by
-
JDK-8214604 VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
- Resolved
-
JDK-8220857 VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
- Resolved
-
JDK-8208696 VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
- Closed
-
JDK-8210419 VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
- Closed
- relates to
-
JDK-8198906 JDK-8196882 breaks VS2013 Win32 builds
- Resolved