-
Bug
-
Resolution: Fixed
-
P1
-
1.1.6
-
1.1.6
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018368 | 1.2.0 | John Oconner | P1 | Resolved | Fixed | 1.2beta3 |
There has been a change to the signature of a method -- hashcode() used to be
a synchronized method and now it is not and this caused a change in the
computed serialversionUID. Hence, this class must have the serialVersionUID field
in it to allow serialization compatibility. This change must be
made to both the 1.1.6 and 1.2 sources..
a synchronized method and now it is not and this caused a change in the
computed serialversionUID. Hence, this class must have the serialVersionUID field
in it to allow serialization compatibility. This change must be
made to both the 1.1.6 and 1.2 sources..
- backported by
-
JDK-2018368 java.util.Locale needs serialversionUID in JDK1.1.6 and JDK1.2
- Resolved