-
Sub-task
-
Resolution: Fixed
-
P4
-
19
-
b16
ObjectStreamClass is used by the deserialization mechanism to represent either an actual class that has been loaded into the running JVM, or a class descriptor that has appeared in a serialized stream. It has only a private and a package-private constructor and no subclasses, and instances are created only within the serialization implementation. Therefore, ObjectStreamClass can be made final in order to express this design intent.
- csr for
-
JDK-8283811 Update ObjectStreamClass to be final
- Closed
- relates to
-
JDK-8087163 Re-examine caller-sensitiveness of java.io.ObjectStreamClass.forClass and java.io.ObjectStreamField.getType
- Open