-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
b01
-
generic
-
solaris_2.5.1
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2020601 | 1.2.0 | Joe Fialli | P3 | Resolved | Fixed | 1.2fcs |
The return value of ArrayAlloc is usually checked to see
if null was returned. This is missing from the
native C method for ObjectInputStream.allocateNewArray()
in 1.1 and in 1.2.
if null was returned. This is missing from the
native C method for ObjectInputStream.allocateNewArray()
in 1.1 and in 1.2.
- backported by
-
JDK-2020601 return value of ArrayAlloc should be checked to see if null was returned
- Resolved
- relates to
-
JDK-4180353 Object Serialization throws internal error during deserializing a large array
- Closed