-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b04
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2140806 | 6 | Ken Cavanaugh | P3 | Resolved | Fixed | b59a |
We have an issue when using the JRockit version of JDK 1.5.0. We are seeing
this NPE:
java.lang.NullPointerException.
null
at com.sun.corba.se.impl.io.InputStreamHook$InReadObjectDefaultsSentState.readData
(Lcom.sun.corba.se.impl.io.InputStreamHook;)V(InputStreamHook.java:386)
at com.sun.corba.se.impl.io.IIOPInputStream.readBoolean()Z(IIOPInputStream.java:697)
and the code in InputStreamHook looks wrong to me. It is assuming it knows
the implementation of the ORB stream, but the stream could have been provided
by a vendor using the ValueHandler (as we do).
###@###.### 11/2/04 20:37 GMT
this NPE:
java.lang.NullPointerException.
null
at com.sun.corba.se.impl.io.InputStreamHook$InReadObjectDefaultsSentState.readData
(Lcom.sun.corba.se.impl.io.InputStreamHook;)V(InputStreamHook.java:386)
at com.sun.corba.se.impl.io.IIOPInputStream.readBoolean()Z(IIOPInputStream.java:697)
and the code in InputStreamHook looks wrong to me. It is assuming it knows
the implementation of the ORB stream, but the stream could have been provided
by a vendor using the ValueHandler (as we do).
###@###.### 11/2/04 20:37 GMT
- backported by
-
JDK-2140806 InputStreamHook's assumption about implementation of ORB stream causes a NullPointerException
-
- Resolved
-