Searched defs:HOTSPOT_BUILD_COMPILER (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp200 #ifndef HOTSPOT_BUILD_COMPILER
203 #define HOTSPOT_BUILD_COMPILER "MS VC++ 5.0" macro
205 #define HOTSPOT_BUILD_COMPILER "MS VC++ 6.0"
207 #define HOTSPOT_BUILD_COMPILER "MS VC++ 7.1 (VS2003)"
209 #define HOTSPOT_BUILD_COMPILER "MS VC++ 8.0 (VS2005)"
211 #define HOTSPOT_BUILD_COMPILER "MS VC++ 9.0 (VS2008)"
213 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
217 #define HOTSPOT_BUILD_COMPILER "Workshop 4.2"
219 #define HOTSPOT_BUILD_COMPILER "Workshop 5.0 compat=" XSTR(__SUNPRO_CC_COMPAT)
221 #define HOTSPOT_BUILD_COMPILER "Worksho
[all...]

Completed in 30 milliseconds