mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8146855: Update hotspot sources to recognize Solaris Studio 12u4 compiler
Reviewed-by: dcubed, gthornbr
This commit is contained in:
parent
93fe673dad
commit
93ca986bae
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -211,6 +211,8 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
|
|||
#define HOTSPOT_BUILD_COMPILER "Sun Studio 12u1"
|
||||
#elif __SUNPRO_CC == 0x5120
|
||||
#define HOTSPOT_BUILD_COMPILER "Sun Studio 12u3"
|
||||
#elif __SUNPRO_CC == 0x5130
|
||||
#define HOTSPOT_BUILD_COMPILER "Sun Studio 12u4"
|
||||
#else
|
||||
#define HOTSPOT_BUILD_COMPILER "unknown Workshop:" XSTR(__SUNPRO_CC)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue