The modena/c1720106 in the QUICKLOOK tests fail with Compiler 2. It does not
fail with interpreter-only nor Compiler 1. The output from the run below
is with a "product" build. I've seen different output from a failure
with a "fastdebug" build.
/net/jde1/export/jtechbig/jmasa/reference/jdk1.3/bin/java -server -classpath /net/sqesvr/vsn/users/moe/runThese:. runThese -thread 5 -repeat 2 -iter 1 -D:gc=5 -D:TESTBASE=/net/sqesvr/vsn/users/moe/runThese/Tests
......................................
[ Enter:X ]
......................................
[ Enter:X ]
No exception handler found for exception at 0xfe629c48 - potential problems:
a) exception happened in (new?) code stubs/buffers that is not handled here
b) should have called exception_handler_for_address instead
c) other problem
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# ShouldNotReachHere()
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/runtime/sharedRuntime.cpp, 242 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x1aaac0 nid=0x13 runnable
#
Dumping core....
Abort - core dumped
arches% cat run_doit.sh
arches% dbx /net/jde1/export/jtechbig/jmasa/reference/jdk1.3/bin/sparc/native_threads/java ./core
Reading java
core file header read successfully
Reading ld.so.1
Reading libthread.so.1
Reading libdl.so.1
Reading libc.so.1
Reading libX11.so.4
Reading libXext.so.0
Reading libsocket.so.1
Reading libnsl.so.1
Reading libmp.so.2
Reading libc_psr.so.1
Reading libjvm.so
Reading libC.so.5
Reading libm.so.1
Reading libw.so.1
Reading libhpi.so
Reading libverify.so
Reading libjava.so
Reading libzip.so
detected a multithreaded program
t@19 (l@10) terminated by signal ABRT (Abort)
(dbx) where
current thread: t@19
=>[1] __sigprocmask(0x0, 0x70bfa3a8, 0x0, 0xffffffff, 0xffffffff, 0x0), at 0xff379da0
[2] _resetsig(0xff38ca04, 0x0, 0xf4d01dc8, 0x0, 0x0, 0xf4d01e44), at 0xff36f3f8
[3] _sigon(0xff394538, 0xff3942d8, 0xf4d01e3c, 0xf4d00c74, 0x6, 0xff2cd00c), at 0xff36eb44
[4] _thrp_kill(0x0, 0x13, 0x6, 0xff38ca04, 0xf4d01dc8, 0xff393c5c), at 0xff371a20
[5] abort(0xff333968, 0xf4d00d68, 0x0, 0xfffffff8, 0x0, 0xf4d00d89), at 0xff2b9468
[6] os::abort(0xfe5580c4, 0x1, 0x1, 0xfe5580c4, 0xf4d00d84, 0x1a9548), at 0xfe30bab8
[7] report_error(0xfe579314, 0xf4d00de8, 0xfe636534, 0xfe57325c, 0xf4d015e8, 0xfe5732e8), at 0xfe1ef03c
[8] SharedRuntime::raw_exception_handler_for_return_address(0xfe59e2b0, 0xfe56a0b8, 0xfe5580c4, 0xfe629c48, 0xf4d0175c, 0x1a9548), at 0xfe32e6dc
[9] 0xfe629c7c(0xf58831c8, 0x2, 0xe, 0xfe592bd0, 0xfbc08590, 0x29), at 0xfe629c7b
[10] 0xfe629c40(0xfbc085d0, 0xfbc06a90, 0xfbc06c20, 0xfe5580c4, 0xfe5580c4, 0xf4d01a10), at 0xfe629c3f
[11] 0xfbc085c8(0xf4d019a4, 0x1, 0xfe5854a8, 0x813a4, 0x0, 0xe), at 0xfbc085c7
[12] 0xfe62a028(0xf4d01a34, 0xf4d01c60, 0xa, 0xf98c8fc0, 0x4, 0xf4d01948), at 0xfe62a027
[13] JavaCalls::call_helper(0xfe5580c4, 0xf4d01c60, 0xf4d01bb0, 0x1a9548, 0x7c94c, 0xa), at 0xfe268bf0
[14] JavaCalls::call_virtual(0xfe5580c4, 0xf98c9098, 0xf4d01ba0, 0xf4d01b9c, 0xf4d01ba0, 0x1a9548), at 0xfe268078
[15] JavaCalls::call_virtual(0xf4d01c58, 0xf4d01c54, 0xf4d01c50, 0xf4d01c4c, 0xf4d01c48, 0x1a9548), at 0xfe268134
[16] thread_entry(0xf9818678, 0x1a9548, 0xfe5580c4, 0x1a2e10, 0x1e, 0xe), at 0xfe29ad0c
[17] JavaThread::thread_main(0xfe58b444, 0xfe5a8830, 0xfe579934, 0xfe5580c4, 0x1a9548, 0x100000), at 0xfe37a620
[18] _start(0xfe5580c4, 0xff145d68, 0x0, 0xf520be54, 0x1, 0xfe401000), at 0xfe30a840
arches% /net/jde1/export/jtechbig/jmasa/reference/jdk1.3/bin/java -version
java version "1.3.0rc2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc2-Y)
Java HotSpot(TM) Server VM (build product+2.0+baseline+compiler2+20000413-102720-release, mixed mode)
With SAIL build 10.
arches%
/usr/java1.3/bin/java -server -classpath /net/sqesvr/vsn/users/moe/runThese:. runThese -thread 5 -repeat 2 -iter 1 -D:gc=5 -D:TESTBASE=/net/sqesvr/vsn/users/moe/runThese/Tests
......................................
[ Enter:X ]
......................................
[ Enter:X ]
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 53484152454432554E54494D450E43505000F2 01
#
# Problematic Thread: prio=5 tid=0x164980 nid=0x13 runnable
#
arches% dbx /usr/java1.3/bin/../jre/bin/../bin/sparc/native_threads/java ./core
Reading java
core file header read successfully
Reading ld.so.1
Reading libthread.so.1
Reading libdl.so.1
Reading libc.so.1
Reading libX11.so.4
Reading libXext.so.0
Reading libsocket.so.1
Reading libnsl.so.1
Reading libmp.so.2
Reading libc_psr.so.1
Reading libjvm.so
Reading libC.so.5
Reading libm.so.1
Reading libw.so.1
Reading libhpi.so
Reading libverify.so
Reading libjava.so
Reading libzip.so
detected a multithreaded program
t@19 (l@10) terminated by signal ABRT (Abort)
(dbx) where
current thread: t@19
=>[1] __sigprocmask(0x0, 0x70bfa3a8, 0x0, 0xffffffff, 0xffffffff, 0x0), at 0xff379da0
[2] _resetsig(0xff38ca04, 0x0, 0xf4d01dc8, 0x0, 0x0, 0xf4d01e44), at 0xff36f3f8
[3] _sigon(0xff394538, 0xff3942d8, 0xf4d01e3c, 0xf4d00c74, 0x6, 0xff2cd00c), at 0xff36eb44
[4] _thrp_kill(0x0, 0x13, 0x6, 0xff38ca04, 0xf4d01dc8, 0xff393c5c), at 0xff371a20
[5] abort(0xff333968, 0xf4d00d68, 0x0, 0xfffffff8, 0x0, 0xf4d00d89), at 0xff2b9468
[6] os::abort(0xfe5580c4, 0x1, 0x1, 0xfe5580c4, 0xf4d00d84, 0x1a9548), at 0xfe30bab8
[7] report_error(0xfe579314, 0xf4d00de8, 0xfe636534, 0xfe57325c, 0xf4d015e8, 0xfe5732e8), at 0xfe1ef03c
[8] SharedRuntime::raw_exception_handler_for_return_address(0xfe59e2b0, 0xfe56a0b8, 0xfe5580c4, 0xfe629c48, 0xf4d0175c, 0x1a9548), at 0xfe32e6dc
[9] 0xfe629c7c(0xf58831c8, 0x2, 0xe, 0xfe592bd0, 0xfbc08590, 0x29), at 0xfe629c7b
[10] 0xfe629c40(0xfbc085d0, 0xfbc06a90, 0xfbc06c20, 0xfe5580c4, 0xfe5580c4, 0xf4d01a10), at 0xfe629c3f
[11] 0xfbc085c8(0xf4d019a4, 0x1, 0xfe5854a8, 0x813a4, 0x0, 0xe), at 0xfbc085c7
[12] 0xfe62a028(0xf4d01a34, 0xf4d01c60, 0xa, 0xf98c8fc0, 0x4, 0xf4d01948), at 0xfe62a027
[13] JavaCalls::call_helper(0xfe5580c4, 0xf4d01c60, 0xf4d01bb0, 0x1a9548, 0x7c94c, 0xa), at 0xfe268bf0
[14] JavaCalls::call_virtual(0xfe5580c4, 0xf98c9098, 0xf4d01ba0, 0xf4d01b9c, 0xf4d01ba0, 0x1a9548), at 0xfe268078
[15] JavaCalls::call_virtual(0xf4d01c58, 0xf4d01c54, 0xf4d01c50, 0xf4d01c4c, 0xf4d01c48, 0x1a9548), at 0xfe268134
[16] thread_entry(0xf9818678, 0x1a9548, 0xfe5580c4, 0x1a2e10, 0x1e, 0xe), at 0xfe29ad0c
[17] JavaThread::thread_main(0xfe58b444, 0xfe5a8830, 0xfe579934, 0xfe5580c4, 0x1a9548, 0x100000), at 0xfe37a620
[18] _start(0xfe5580c4, 0xff145d68, 0x0, 0xf520be54, 0x1, 0xfe401000), at 0xfe30a840
(dbx)
fail with interpreter-only nor Compiler 1. The output from the run below
is with a "product" build. I've seen different output from a failure
with a "fastdebug" build.
/net/jde1/export/jtechbig/jmasa/reference/jdk1.3/bin/java -server -classpath /net/sqesvr/vsn/users/moe/runThese:. runThese -thread 5 -repeat 2 -iter 1 -D:gc=5 -D:TESTBASE=/net/sqesvr/vsn/users/moe/runThese/Tests
......................................
[ Enter:X ]
......................................
[ Enter:X ]
No exception handler found for exception at 0xfe629c48 - potential problems:
a) exception happened in (new?) code stubs/buffers that is not handled here
b) should have called exception_handler_for_address instead
c) other problem
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# ShouldNotReachHere()
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/runtime/sharedRuntime.cpp, 242 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x1aaac0 nid=0x13 runnable
#
Dumping core....
Abort - core dumped
arches% cat run_doit.sh
arches% dbx /net/jde1/export/jtechbig/jmasa/reference/jdk1.3/bin/sparc/native_threads/java ./core
Reading java
core file header read successfully
Reading ld.so.1
Reading libthread.so.1
Reading libdl.so.1
Reading libc.so.1
Reading libX11.so.4
Reading libXext.so.0
Reading libsocket.so.1
Reading libnsl.so.1
Reading libmp.so.2
Reading libc_psr.so.1
Reading libjvm.so
Reading libC.so.5
Reading libm.so.1
Reading libw.so.1
Reading libhpi.so
Reading libverify.so
Reading libjava.so
Reading libzip.so
detected a multithreaded program
t@19 (l@10) terminated by signal ABRT (Abort)
(dbx) where
current thread: t@19
=>[1] __sigprocmask(0x0, 0x70bfa3a8, 0x0, 0xffffffff, 0xffffffff, 0x0), at 0xff379da0
[2] _resetsig(0xff38ca04, 0x0, 0xf4d01dc8, 0x0, 0x0, 0xf4d01e44), at 0xff36f3f8
[3] _sigon(0xff394538, 0xff3942d8, 0xf4d01e3c, 0xf4d00c74, 0x6, 0xff2cd00c), at 0xff36eb44
[4] _thrp_kill(0x0, 0x13, 0x6, 0xff38ca04, 0xf4d01dc8, 0xff393c5c), at 0xff371a20
[5] abort(0xff333968, 0xf4d00d68, 0x0, 0xfffffff8, 0x0, 0xf4d00d89), at 0xff2b9468
[6] os::abort(0xfe5580c4, 0x1, 0x1, 0xfe5580c4, 0xf4d00d84, 0x1a9548), at 0xfe30bab8
[7] report_error(0xfe579314, 0xf4d00de8, 0xfe636534, 0xfe57325c, 0xf4d015e8, 0xfe5732e8), at 0xfe1ef03c
[8] SharedRuntime::raw_exception_handler_for_return_address(0xfe59e2b0, 0xfe56a0b8, 0xfe5580c4, 0xfe629c48, 0xf4d0175c, 0x1a9548), at 0xfe32e6dc
[9] 0xfe629c7c(0xf58831c8, 0x2, 0xe, 0xfe592bd0, 0xfbc08590, 0x29), at 0xfe629c7b
[10] 0xfe629c40(0xfbc085d0, 0xfbc06a90, 0xfbc06c20, 0xfe5580c4, 0xfe5580c4, 0xf4d01a10), at 0xfe629c3f
[11] 0xfbc085c8(0xf4d019a4, 0x1, 0xfe5854a8, 0x813a4, 0x0, 0xe), at 0xfbc085c7
[12] 0xfe62a028(0xf4d01a34, 0xf4d01c60, 0xa, 0xf98c8fc0, 0x4, 0xf4d01948), at 0xfe62a027
[13] JavaCalls::call_helper(0xfe5580c4, 0xf4d01c60, 0xf4d01bb0, 0x1a9548, 0x7c94c, 0xa), at 0xfe268bf0
[14] JavaCalls::call_virtual(0xfe5580c4, 0xf98c9098, 0xf4d01ba0, 0xf4d01b9c, 0xf4d01ba0, 0x1a9548), at 0xfe268078
[15] JavaCalls::call_virtual(0xf4d01c58, 0xf4d01c54, 0xf4d01c50, 0xf4d01c4c, 0xf4d01c48, 0x1a9548), at 0xfe268134
[16] thread_entry(0xf9818678, 0x1a9548, 0xfe5580c4, 0x1a2e10, 0x1e, 0xe), at 0xfe29ad0c
[17] JavaThread::thread_main(0xfe58b444, 0xfe5a8830, 0xfe579934, 0xfe5580c4, 0x1a9548, 0x100000), at 0xfe37a620
[18] _start(0xfe5580c4, 0xff145d68, 0x0, 0xf520be54, 0x1, 0xfe401000), at 0xfe30a840
arches% /net/jde1/export/jtechbig/jmasa/reference/jdk1.3/bin/java -version
java version "1.3.0rc2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc2-Y)
Java HotSpot(TM) Server VM (build product+2.0+baseline+compiler2+20000413-102720-release, mixed mode)
With SAIL build 10.
arches%
/usr/java1.3/bin/java -server -classpath /net/sqesvr/vsn/users/moe/runThese:. runThese -thread 5 -repeat 2 -iter 1 -D:gc=5 -D:TESTBASE=/net/sqesvr/vsn/users/moe/runThese/Tests
......................................
[ Enter:X ]
......................................
[ Enter:X ]
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 53484152454432554E54494D450E43505000F2 01
#
# Problematic Thread: prio=5 tid=0x164980 nid=0x13 runnable
#
arches% dbx /usr/java1.3/bin/../jre/bin/../bin/sparc/native_threads/java ./core
Reading java
core file header read successfully
Reading ld.so.1
Reading libthread.so.1
Reading libdl.so.1
Reading libc.so.1
Reading libX11.so.4
Reading libXext.so.0
Reading libsocket.so.1
Reading libnsl.so.1
Reading libmp.so.2
Reading libc_psr.so.1
Reading libjvm.so
Reading libC.so.5
Reading libm.so.1
Reading libw.so.1
Reading libhpi.so
Reading libverify.so
Reading libjava.so
Reading libzip.so
detected a multithreaded program
t@19 (l@10) terminated by signal ABRT (Abort)
(dbx) where
current thread: t@19
=>[1] __sigprocmask(0x0, 0x70bfa3a8, 0x0, 0xffffffff, 0xffffffff, 0x0), at 0xff379da0
[2] _resetsig(0xff38ca04, 0x0, 0xf4d01dc8, 0x0, 0x0, 0xf4d01e44), at 0xff36f3f8
[3] _sigon(0xff394538, 0xff3942d8, 0xf4d01e3c, 0xf4d00c74, 0x6, 0xff2cd00c), at 0xff36eb44
[4] _thrp_kill(0x0, 0x13, 0x6, 0xff38ca04, 0xf4d01dc8, 0xff393c5c), at 0xff371a20
[5] abort(0xff333968, 0xf4d00d68, 0x0, 0xfffffff8, 0x0, 0xf4d00d89), at 0xff2b9468
[6] os::abort(0xfe5580c4, 0x1, 0x1, 0xfe5580c4, 0xf4d00d84, 0x1a9548), at 0xfe30bab8
[7] report_error(0xfe579314, 0xf4d00de8, 0xfe636534, 0xfe57325c, 0xf4d015e8, 0xfe5732e8), at 0xfe1ef03c
[8] SharedRuntime::raw_exception_handler_for_return_address(0xfe59e2b0, 0xfe56a0b8, 0xfe5580c4, 0xfe629c48, 0xf4d0175c, 0x1a9548), at 0xfe32e6dc
[9] 0xfe629c7c(0xf58831c8, 0x2, 0xe, 0xfe592bd0, 0xfbc08590, 0x29), at 0xfe629c7b
[10] 0xfe629c40(0xfbc085d0, 0xfbc06a90, 0xfbc06c20, 0xfe5580c4, 0xfe5580c4, 0xf4d01a10), at 0xfe629c3f
[11] 0xfbc085c8(0xf4d019a4, 0x1, 0xfe5854a8, 0x813a4, 0x0, 0xe), at 0xfbc085c7
[12] 0xfe62a028(0xf4d01a34, 0xf4d01c60, 0xa, 0xf98c8fc0, 0x4, 0xf4d01948), at 0xfe62a027
[13] JavaCalls::call_helper(0xfe5580c4, 0xf4d01c60, 0xf4d01bb0, 0x1a9548, 0x7c94c, 0xa), at 0xfe268bf0
[14] JavaCalls::call_virtual(0xfe5580c4, 0xf98c9098, 0xf4d01ba0, 0xf4d01b9c, 0xf4d01ba0, 0x1a9548), at 0xfe268078
[15] JavaCalls::call_virtual(0xf4d01c58, 0xf4d01c54, 0xf4d01c50, 0xf4d01c4c, 0xf4d01c48, 0x1a9548), at 0xfe268134
[16] thread_entry(0xf9818678, 0x1a9548, 0xfe5580c4, 0x1a2e10, 0x1e, 0xe), at 0xfe29ad0c
[17] JavaThread::thread_main(0xfe58b444, 0xfe5a8830, 0xfe579934, 0xfe5580c4, 0x1a9548, 0x100000), at 0xfe37a620
[18] _start(0xfe5580c4, 0xff145d68, 0x0, 0xf520be54, 0x1, 0xfe401000), at 0xfe30a840
(dbx)
- duplicates
-
JDK-4325983 JWS fails with base_loc=NULL in OopMapSet::all_do.
-
- Resolved
-