-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta
-
generic, sparc
-
generic, solaris_2.6
-
Verified
From dpm Thu Nov 2 13:18:53 2000
Date: Thu, 2 Nov 2000 13:18:53 -0800 (PST)
From: David Mendenhall <dpm@jdc>
Subject: serialVersionUID of HashSet has changed
To: jbloch@eng
Cc: hania@eng
X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4 SunOS 5.8 sun4u sparc
Mime-Version: 1.0
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: MmtG/Ai3mEUlRW+iIx/GXw==
Content-Length: 802
Hi Josh,
I was running the AWT serialization tests and I noticed that merlin-B39
serialization streams which contain HashSets cannot be read by kestrel.
The serialVersionUID of HashSet has changed as follows:
1.2.1_04c: -5024744406713321676L
1.3: -5024744406713321676L
1.4beta-B38: -5024744406713321676L
1.4beta-B39: -475069990370116654L
In delta 1.20 of HashSet.java, you added a new, public constructor to the
class. This would definitely change the default serialVersionUID of the
class. Oddly, the comments for the method say that the constructor should be
package private. So it looks like you either need to make the constructor
non-public, or add an explicit serialVersionUID to the class.
If you concur, I'd be happy to file a bug and assign it to you.
thanks,
dave mendenhall
Date: Thu, 02 Nov 2000 13:58:02 -0800
From: Joshua Bloch <###@###.###>
X-Accept-Language: en
MIME-Version: 1.0
To: David Mendenhall <###@###.###>
Subject: Re: serialVersionUID of HashSet has changed
Content-Transfer-Encoding: 7bit
David,
Ouch! That was, indeed supposed to be a package-private constructor.
Thanks for catching this. Please do file a bug, and I'll take care of it.
Thanks again,
Josh
Date: Thu, 2 Nov 2000 13:18:53 -0800 (PST)
From: David Mendenhall <dpm@jdc>
Subject: serialVersionUID of HashSet has changed
To: jbloch@eng
Cc: hania@eng
X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4 SunOS 5.8 sun4u sparc
Mime-Version: 1.0
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: MmtG/Ai3mEUlRW+iIx/GXw==
Content-Length: 802
Hi Josh,
I was running the AWT serialization tests and I noticed that merlin-B39
serialization streams which contain HashSets cannot be read by kestrel.
The serialVersionUID of HashSet has changed as follows:
1.2.1_04c: -5024744406713321676L
1.3: -5024744406713321676L
1.4beta-B38: -5024744406713321676L
1.4beta-B39: -475069990370116654L
In delta 1.20 of HashSet.java, you added a new, public constructor to the
class. This would definitely change the default serialVersionUID of the
class. Oddly, the comments for the method say that the constructor should be
package private. So it looks like you either need to make the constructor
non-public, or add an explicit serialVersionUID to the class.
If you concur, I'd be happy to file a bug and assign it to you.
thanks,
dave mendenhall
Date: Thu, 02 Nov 2000 13:58:02 -0800
From: Joshua Bloch <###@###.###>
X-Accept-Language: en
MIME-Version: 1.0
To: David Mendenhall <###@###.###>
Subject: Re: serialVersionUID of HashSet has changed
Content-Transfer-Encoding: 7bit
David,
Ouch! That was, indeed supposed to be a package-private constructor.
Thanks for catching this. Please do file a bug, and I'll take care of it.
Thanks again,
Josh
- duplicates
-
JDK-4389885 Unapproved signature change in java.util.HashSet causes compatibility problem
-
- Closed
-