-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b31
-
sparc
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083353 | emb-9 | Lois Foltan | P4 | Resolved | Fixed | b31 |
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
- backported by
-
JDK-8083353 ENFORCE_CC_COMPILER_REV needs to be updated to Solaris C++ 12u3 for JDK 9
-
- Resolved
-