-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: hs18
-
Component/s: hotspot
-
b03
-
x86
-
solaris_10
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2191965 | 7 | Vladimir Kozlov | P4 | Closed | Fixed | b90 |
| JDK-2198002 | 6u23 | Vladimir Kozlov | P4 | Resolved | Fixed | b01 |
| JDK-2199952 | 6u22m | Vladimir Kozlov | P4 | Resolved | Fixed | b01 |
| JDK-2193536 | 6u21p | Vladimir Kozlov | P4 | Resolved | Fixed | b03 |
ciConstant::print() prints incorrect bool value because of typo:
tty->print("%s", bool_to_str(_value._int == 0));
^ should be 1
tty->print("%s", bool_to_str(_value._int == 0));
^ should be 1
- backported by
-
JDK-2193536 ciConstant::print() prints incorrect bool value
-
- Resolved
-
-
JDK-2198002 ciConstant::print() prints incorrect bool value
-
- Resolved
-
-
JDK-2199952 ciConstant::print() prints incorrect bool value
-
- Resolved
-
-
JDK-2191965 ciConstant::print() prints incorrect bool value
-
- Closed
-