comparison src/share/vm/runtime/vm_version.cpp @ 12069:9d6c9b0a8f15

8023287: HOTSPOT_BUILD_COMPILER needs to support "Sun Studio 12u3" Summary: Recognize 0x5120 as "Sun Studio 12u3". Reviewed-by: dholmes, coleenp
author dcubed
date Tue, 20 Aug 2013 13:47:40 -0700
parents 9960dce2024f
children cefad50507d8 e2722a66aba7
comparison
equal deleted inserted replaced
12068:aeebffb56606 12069:9d6c9b0a8f15
229 #define HOTSPOT_BUILD_COMPILER "Workshop 5.8" 229 #define HOTSPOT_BUILD_COMPILER "Workshop 5.8"
230 #elif __SUNPRO_CC == 0x590 230 #elif __SUNPRO_CC == 0x590
231 #define HOTSPOT_BUILD_COMPILER "Workshop 5.9" 231 #define HOTSPOT_BUILD_COMPILER "Workshop 5.9"
232 #elif __SUNPRO_CC == 0x5100 232 #elif __SUNPRO_CC == 0x5100
233 #define HOTSPOT_BUILD_COMPILER "Sun Studio 12u1" 233 #define HOTSPOT_BUILD_COMPILER "Sun Studio 12u1"
234 #elif __SUNPRO_CC == 0x5120
235 #define HOTSPOT_BUILD_COMPILER "Sun Studio 12u3"
234 #else 236 #else
235 #define HOTSPOT_BUILD_COMPILER "unknown Workshop:" XSTR(__SUNPRO_CC) 237 #define HOTSPOT_BUILD_COMPILER "unknown Workshop:" XSTR(__SUNPRO_CC)
236 #endif 238 #endif
237 #elif defined(__GNUC__) 239 #elif defined(__GNUC__)
238 #define HOTSPOT_BUILD_COMPILER "gcc " __VERSION__ 240 #define HOTSPOT_BUILD_COMPILER "gcc " __VERSION__