-
Bug
-
Resolution: Duplicate
-
P3
-
7
-
generic
-
generic
Reported on OpenSolaris using Sun Studio Express compilers:
"/myjdk/hotspot/src/share/vm/runtime/vframe.cpp", line 104: Error: Ambiguous "?:" expression, second operand of type "oop" and third operand of type "int" can be converted to one another.
"/myjdk/hotspot/src/share/vm/runtime/vframe.cpp", line 105: Error: Ambiguous "?:" expression, second operand of type "oop" and third operand of type "int" can be converted to one another.
You can changes "NULL" to "(oop)NULL"
See bug 6875846
"/myjdk/hotspot/src/share/vm/runtime/vframe.cpp", line 104: Error: Ambiguous "?:" expression, second operand of type "oop" and third operand of type "int" can be converted to one another.
"/myjdk/hotspot/src/share/vm/runtime/vframe.cpp", line 105: Error: Ambiguous "?:" expression, second operand of type "oop" and third operand of type "int" can be converted to one another.
You can changes "NULL" to "(oop)NULL"
See bug 6875846
- duplicates
-
JDK-6951319 enable solaris builds using Sun Studio 12 update 1
- Closed
- relates to
-
JDK-6875846 problems for openjdk build on opensolaris
- Closed
-
JDK-6900870 OpenSolaris makefile default adjustments
- Closed