JDK-4691440 : Reg-test EuroConverter.java Failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.4.1
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: itanium
  • Submitted: 2002-05-24
  • Updated: 2002-06-11
  • Resolved: 2002-05-31
Related Reports
Duplicate :  
Description

Name: as83306			Date: 05/24/2002

Regression test sun/io/Converter/EuroConverter.java fails with Hopper build 12 on Itanium RedHat 7.2 Linux, 
host north-star.  This test failed with an increased timeout factor of 4 x that of the original timeout value for this test.

 For test hardware config's, see http://sqesvr.eng/st3/jdk1.4/docs/Merlin-hw.html
#Test Results (version 2)
#Sat May 18 01:57:44 PDT 2002
#checksum:1e3ea2d63a8b5f37
#-----testdescription-----
$file=/export0/regression/jdk1.4.1Tests/b12/sun/io/Converter/EuroConverter.java
$root=/export0/regression/jdk1.4.1Tests/b12
keywords=bug4114080
run=ASSUMED_ACTION main EuroConverter\n
source=EuroConverter.java
title=Make sure the euro converters, which are derived from existing converters, only differ from their parents at the expected code 
point.

#-----environment-----

#-----testresult-----
description=file:///export0/regression/jdk1.4.1Tests/b12/sun/io/Converter/EuroConverter.java
end=Sat May 18 01:57:44 PDT 2002
environment=regtest
execStatus=Failed. Execution failed: Program `/export0/java/jdk141-64b12/bin/java' interrupted! (timed out?)
javatestOS=Linux 2.4.9-18smp (ia64)
javatestVersion=2.1.6
script=com.sun.javatest.regtest.RegressionScript 
sections=script_messages build compile main
start=Sat May 18 01:55:39 PDT 2002
status=Failed. Execution failed: Program `/export0/java/jdk141-64b12/bin/java' interrupted! (timed out?)
test=sun/io/Converter/EuroConverter.java
work=/export0/results/regression/hopper/b12/dnm-dtf-023.SFBay.Sun.COM2.4.9-18smp-jthb12-jdk141b12.05-17.19.10-ALL/sun/io/Converter

#section:script_messages
----------messages:(5/254)----------
JDK under test: (/export0/java/jdk141-64b12)
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b12)
Java HotSpot(TM) 64-Bit Core VM (build 1.4.1-beta-b12, interpreted mode)
Timeout signalled after 120.0 seconds

#section:build
----------messages:(3/99)----------
command: build EuroConverter 
reason: Named class compiled on demand
elapsed time (seconds): 4.969
result: Passed. Compilation successful

#section:compile
----------messages:(3/172)----------
command: compile /export0/regression/jdk1.4.1Tests/b12/sun/io/Converter/EuroConverter.java 
reason: .class file out of date or does not exist
elapsed time (seconds): 4.923
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful

#section:main
----------messages:(3/127)----------
command: main EuroConverter
reason: Assumed action based on file name: run main EuroConverter 
elapsed time (seconds): 480.007
----------System.out:(4/173)----------
Checking encoder ISO8859_15_FDIS against ISO8859_1
Checking encoder Cp923 against ISO8859_15_FDIS
Checking encoder Cp858 against Cp850
Checking encoder Cp1140 against Cp037
----------System.err:(0/0)----------
result: Failed. Execution failed: Program `/export0/java/jdk141-64b12/bin/java' interrupted! (timed out?)


test result: Failed. Execution failed: Program `/export0/java/jdk141-64b12/bin/java' interrupted! (timed out?)
======================================================================

Comments
EVALUATION Converters tested are almost exclusively non-NIO implemented converters and reason for performance regression is to a large part similar to the issue reported in bugID 4691554, i.e. java.lang.String decoding and encoding is continually bottlenecked by performing a lookup via CharsetProvider(s). ###@###.### 2002-05-30
30-05-2002