Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b31
-
CPU:sparc
-
OS:solaris
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083353 | emb-9 | Lois Foltan | P4 | Resolved | Fixed | b31 |
Description
The default compiler rev for JDK 9 needs to be updated for Solaris to 12u3/5.12. It is currently set to 5.10 and building with Solaris C++ 12u3 yields the following warning:
WARNING: You are using CC version 5.12 and should be using version 5.10.
Set ENFORCE_COMPILER_REV=5.12 to avoid this warning.
WARNING: You are using cc version 5.12 and should be using version 5.10.
Set ENFORCE_CC_COMPILER_REV=5.12 to avoid this warning.
This should be updated in make/solaris/makefiles/sparcWorks.make
WARNING: You are using CC version 5.12 and should be using version 5.10.
Set ENFORCE_COMPILER_REV=5.12 to avoid this warning.
WARNING: You are using cc version 5.12 and should be using version 5.10.
Set ENFORCE_CC_COMPILER_REV=5.12 to avoid this warning.
This should be updated in make/solaris/makefiles/sparcWorks.make
Attachments
Issue Links
- backported by
-
JDK-8083353 ENFORCE_CC_COMPILER_REV needs to be updated to Solaris C++ 12u3 for JDK 9
-
- Resolved
-