mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-19 23:48:50 +00:00
8023287: HOTSPOT_BUILD_COMPILER needs to support "Sun Studio 12u3"
Recognize 0x5120 as "Sun Studio 12u3". Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
9fab0cfa1b
commit
e951505eab
@ -231,6 +231,8 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
|
||||
#define HOTSPOT_BUILD_COMPILER "Workshop 5.9"
|
||||
#elif __SUNPRO_CC == 0x5100
|
||||
#define HOTSPOT_BUILD_COMPILER "Sun Studio 12u1"
|
||||
#elif __SUNPRO_CC == 0x5120
|
||||
#define HOTSPOT_BUILD_COMPILER "Sun Studio 12u3"
|
||||
#else
|
||||
#define HOTSPOT_BUILD_COMPILER "unknown Workshop:" XSTR(__SUNPRO_CC)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user