You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the serialized classes implemented by OpenJ9 should be checked and corrected if necessary.
"
Essentially, deserialization is a form of object construction and should enforce the same data validation and consistency checks as enforced by the constructor(s). Thus, additional checks may be needed when deserializing the objects to ensure that values failing the constructor check are rejected during deserialization as well.
"
The text was updated successfully, but these errors were encountered:
See https://bugs.openjdk.org/browse/JDK-8302111
All the serialized classes implemented by OpenJ9 should be checked and corrected if necessary.
"
Essentially, deserialization is a form of object construction and should enforce the same data validation and consistency checks as enforced by the constructor(s). Thus, additional checks may be needed when deserializing the objects to ensure that values failing the constructor check are rejected during deserialization as well.
"
The text was updated successfully, but these errors were encountered: