JDK-4402297 : api/java_util, Merlin, x86, Sparc, b46, JCK13
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io:serialization
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS:
    linux,solaris_2.6,solaris_7,windows_2000 linux,solaris_2.6,solaris_7,windows_2000
  • CPU: x86,sparc
  • Submitted: 2001-01-05
  • Updated: 2001-01-17
  • Resolved: 2001-01-15
Related Reports
Duplicate :  
Description
The following tests failed on merlin build 46 and passed on build 44. 

Failing Test:
=============

1) api/java_util/Locale/serial/index.html#InputTests 
2) api/java_util/MissingResourceException/serial/index.html#InputTests

Test source location:
=====================

1)/net/jdk/export/disk8/local.java/jck1.3/JCK-runtime-13fcs/tests/api/java_util/Locale/serial/InputTests.java
2)/net/jdk/export/disk8/local.java/jck1.3/JCK-runtime-13fcs/tests/api/java_util/MissingResourceException/serial/InputTests.java

Platforms:
=============
Failed on x86 5.6 and on sparc S7. 
Haven't checked on other OSs.

JDK, switches Info:
===================
jdk1.4.0/bin/java -version
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b46)
Java HotSpot(TM) Client VM (build 1.4beta-B45, mixed mode)

Failed for -client.

jtr file location:
==================

1)file:/net/jtg-i104/export/home/jtg-test/JH_jdk14_b46_jck13/workDir/api/java_util/Locale/serial/index_InputTests.jtr
2)file:/net/jtg-i104/export/home/jtg-test/JH_jdk14_b46_jck13/workDir/api/java_util/MissingResourceException/serial/index_InputTests.jtr

(These jtr files are also in the attachment.)

How to reproduce:
=================
Run the attached script:

1) LocalserialInput.ksh
2) MissingResourceExceptionInput.ksh


System Info:
============
x86:
----
jtg-i104% uname -a
SunOS jtg-i104 5.6 Generic_105182-20 i86pc i386 i86pc
jtg-i104% psrinfo -v
Status of processor 0 as of: 12/19/00 12:26:41
  Processor has been on-line since 12/13/00 16:50:54.
  The i386 processor operates at 234 MHz,
        and has an i387 compatible floating point processor.
Status of processor 1 as of: 12/19/00 12:26:41
  Processor has been on-line since 12/13/00 16:50:54.
  The i386 processor operates at 234 MHz,
        and has an i387 compatible floating point processor.

SPARC:
-------
jtg-s117% uname -a
SunOS jtg-s117 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-60
jtg-s117% psrinfo -v
Status of processor 0 as of: 12/21/00 16:16:07
  Processor has been on-line since 12/20/00 10:44:13.
  The sparcv9 processor operates at 296 MHz,
        and has a sparcv9 floating point processor.
Status of processor 2 as of: 12/21/00 16:16:07
  Processor has been on-line since 12/20/00 10:44:14.
  The sparcv9 processor operates at 296 MHz,
        and has a sparcv9 floating point processor.


Additional JCK related info:
============================
URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto

srilakshmi.chappidi@Eng 2001-01-05

Comments
EVALUATION Determined to be a serialization bug introduced in b45. Reassigning to Michael Warres. john.oconner@Eng 2001-01-15 Closing as duplicate of 4404696. michael.warres@east 2001-01-15
15-01-2001