comparison src/share/vm/runtime/vm_version.cpp @ 8757:9960dce2024f

8010116: Abstract_VM_Version::internal_vm_info_string() should recognize VS2010 and VS2012 Summary: add cases for _MSC_VER == 1600 and 1700 Reviewed-by: zgu
author kmo
date Thu, 14 Mar 2013 13:22:04 -0700
parents 8b46b0196eb0
children b9a918201d47 9d6c9b0a8f15 0f03ff49c720
comparison
equal deleted inserted replaced
8730:b7c2c5b2572c 8757:9960dce2024f
209 #define HOTSPOT_BUILD_COMPILER "MS VC++ 7.1 (VS2003)" 209 #define HOTSPOT_BUILD_COMPILER "MS VC++ 7.1 (VS2003)"
210 #elif _MSC_VER == 1400 210 #elif _MSC_VER == 1400
211 #define HOTSPOT_BUILD_COMPILER "MS VC++ 8.0 (VS2005)" 211 #define HOTSPOT_BUILD_COMPILER "MS VC++ 8.0 (VS2005)"
212 #elif _MSC_VER == 1500 212 #elif _MSC_VER == 1500
213 #define HOTSPOT_BUILD_COMPILER "MS VC++ 9.0 (VS2008)" 213 #define HOTSPOT_BUILD_COMPILER "MS VC++ 9.0 (VS2008)"
214 #elif _MSC_VER == 1600
215 #define HOTSPOT_BUILD_COMPILER "MS VC++ 10.0 (VS2010)"
216 #elif _MSC_VER == 1700
217 #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)"
214 #else 218 #else
215 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER) 219 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
216 #endif 220 #endif
217 #elif defined(__SUNPRO_CC) 221 #elif defined(__SUNPRO_CC)
218 #if __SUNPRO_CC == 0x420 222 #if __SUNPRO_CC == 0x420