-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1
-
None
-
hopper
-
generic
-
generic
-
Verified
Although the fix for 4171142 ("Deserialization fails for Class object of
primitive type") enables ObjectInputStream to deserialize Class objects for
primitive types, it failed to address void.class (a.k.a. java.lang.Void.TYPE).
ObjectInputStream.resolveClass() should be updated to handle void.class in the
same way that it does primitive types.
primitive type") enables ObjectInputStream to deserialize Class objects for
primitive types, it failed to address void.class (a.k.a. java.lang.Void.TYPE).
ObjectInputStream.resolveClass() should be updated to handle void.class in the
same way that it does primitive types.
- relates to
-
JDK-4171142 Deserialization fails for Class object of primitive type
-
- Closed
-