JDK-4957151 : regression java/util/TimeZone/TimeZoneRegression.java failed on AMD 64
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_suse_sles_8.2
  • CPU: x86
  • Submitted: 2003-11-20
  • Updated: 2003-11-21
  • Resolved: 2003-11-21
Related Reports
Duplicate :  
Description
Build: Tiger b29
Platform: Linux AMD 64 bit
Locale: en_US

To reproduce just go in regression test directory  test/java/util/TimeZone, and 
compile: javac TimeZoneRegression.java
execute: java TimeZoneRegression (or java_g TimeZoneRegression.java)

java/util/TimeZone/TimeZoneRegression.java failed with the following error message:

----------System.out:(23/652)----------
TimeZoneRegression {
  Test4073209 Passed
  Test4126678 Passed
  Test4154650 Passed
  Test4154542 Passed
  Test4162593 Passed
  Test4151429 Passed
  Test4096952 Passed
  Test4073215 Passed
  Test4173604#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x0000002a95f5fcb0, pid=13423, tid=6151
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b29 mixed mode)
# Problematic frame:
# V  [libjvm.so+0x4a1cb0]
#
# An error report file with more information is saved as hs_err_pid13423.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
----------System.err:(0/0)----------
result: Failed. Unexpected exit from test [exit code: 0]


test result: Failed. Unexpected exit from test [exit code: 0]
=============================================================================

The log file hs_err_pid7931.log is attached (Note the file name is a little different, because the log was not generated / or found when ran in jtreg, the attached is generated when ran manually with java tool)

Not sure which Subcategory should be, please justify if not correct.

The test passed when run with -Xint flag.

###@###.### 2003-11-19

When ran with java_g, the execption:

i18n-amd64-1:/i18n-pit/test/java/util/TimeZone #  /net/koori/onestop/jdk/1.5/promoted/beta/b28/binaries/linux-amd64/bin/java_g TimeZoneRegression
TimeZoneRegression {
  Test4073209 Passed
  Test4126678 Passed
  Test4154650 Passed
  Test4154542 Passed
  Test4162593 Passed
  Test4151429 Passed
  Test4096952 Passed
  Test4073215 Passed
  Test4173604# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/phaseX.hpp:155]
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  Internal Error (/BUILD_AREA/jdk1.5.0/hotspot/src/share/vm/opto/phaseX.hpp, 155), pid=11077, tid=7176
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-beta-b28-debug mixed mode)
#
# Error: assert(t != __null,"must set before get")
# An error report file with more information is saved as hs_err_pid11077.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 7176
Dumping core ...
Aborted

And hs_err_pid11077.log is attached.

To reproduce just go in regression test directory  test/java/util/TimeZone, and 
compile: javac TimeZoneRegression.java
execute: java TimeZoneRegression (or java_g TimeZoneRegression.java)

###@###.### 2003-11-20

Comments
EVALUATION Duplicate of 4951940. Passed with the fix for 4951940. ###@###.### 2003-11-21
21-11-2003