JDK-4233442 : JDK 1.2.2-P failed J3D JCK Signature Test on java.io.Serializable.serialVersionU
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.2.2
  • Priority: P1
  • Status: Closed
  • Resolution: Not an Issue
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 1999-04-27
  • Updated: 1999-04-27
  • Resolved: 1999-04-27
Related Reports
Relates :  
Description
JDK classic VM 1.2.2-P failed the Java 3D JCK signature test with the 
following error message

Definition required but not found in javax.media.j3d.SoundException
    field public static final long java.io.Serializable.serialVersionUID

it seems to me that there is API changes between classic VM JDK 1.2.2-O 
and JDK 1.2.2-P which is not allowed for dot-dot release. This problem 
shall also failed on core JCK test also. This problem shows up on both 
Solaris and Win32 version. J3D/JCK works fine on rest of JDK releases 
including classic VM 1.2, 1.2.1, 1.3-B and solaris VM 1.2-01 and 1.2.1-02

Comments
EVALUATION Not a bug. This change was intentional. See 4228568. -- mr@eng 1999/4/27
04-07-0193