JDK-8011123 : serialVersionUID of java.awt.dnd.InvalidDnDOperationException changed in JDK8-b82
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-03-31
  • Updated: 2017-05-24
  • Resolved: 2013-04-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8 b86Fixed openjdk7uFixed
Related Reports
Relates :  
Description
$ /set/java/re/jdk/7/promoted/fcs/b147/binaries/solaris-i586/bin/serialver java.awt.dnd.InvalidDnDOperationException
java.awt.dnd.InvalidDnDOperationException:    static final long serialVersionUID = -6062568741193956678L;

$ /set/java/re/jdk/8/promoted/ea/b81/binaries/solaris-i586/bin/serialver java.awt.dnd.InvalidDnDOperationException
java.awt.dnd.InvalidDnDOperationException:    static final long serialVersionUID = -6062568741193956678L;

$ /set/java/re/jdk/8/promoted/ea/b82/binaries/solaris-i586/bin/serialver java.awt.dnd.InvalidDnDOperationException
java.awt.dnd.InvalidDnDOperationException:    static final long serialVersionUID = 5156676500247816278L;

Comments
Verified!
15-05-2013

Reassigning to Michail as he is resolving this issue together with another fix.
01-04-2013

This is a regression of the fix for JDK-8007295 which introduced an explicit declaration of the serialVersionUID.
01-04-2013

The following JCK8-b21 test failed under JDK8-b82 due to this issue: api/java_awt/dnd/InvalidDnDOperationException/serial/index.html#Input
31-03-2013