-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
sparc
-
solaris_2.6
Name: ooR10001 Date: 11/16/2000
In jdk build 1.4.0beta-b40 java.util.HashSet class new constructor appeared.
This signature change was not approved by CCC and causes compatibility
problem, because this class has no serialVersionUID field and its value calculated on
class signature. Since jdk1.4 this value will be different from expected and stream with
serialized java.util.HashSet object will be incorrect. Please, send out corresponding CCC
request and define serialVersionUID field with appropriate value, or roll back this change.
======================================================================
- duplicates
-
JDK-4385572 New public constructor HashSet(int, float, boolean) unapproved and problematic
- Closed