Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2113344 | 1.0.1 | Luis-Miguel Alventosa | P3 | Resolved | Fixed | 1.0.1 |
In order to be able to run the JSR 160 code on top of J2SE 1.3.1 the
classes RMIConnectionImpl and ServerIntermediary should use
x ? Boolean.TRUE : Boolean.FALSE
instead of
Boolean.valueOf(x)
classes RMIConnectionImpl and ServerIntermediary should use
x ? Boolean.TRUE : Boolean.FALSE
instead of
Boolean.valueOf(x)
- backported by
-
JDK-2113344 JSR 160 connectors should not use Boolean.valueOf(boolean)
-
- Resolved
-