-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0, 1.4.1
-
fcs
-
x86
-
windows_nt, windows_2000
On Windows platform (NT or 2000, professional or server) :
java -jar -client -Xcomp -Xrunhprof:cpu=times SwingSet2.jar
crashes with the following error message :
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-rc-b19 compiled mode)
#
# Error ID: 43113F32554E54494D45110E4350500305
#
# Problematic Thread: prio=5 tid=0x00234828 nid=0x4a8 runnable
The crash is not consistent. Launch the demo and then switch between the 1st and 3rd demo continuously until we get the crash or all the demos were finally
loaded. If we didn't crash when all the demos were loaded, we exited the demo and tried again.
This is windows specific issue and occurs only with -client (HotSpot Client VM) option.
java -jar -client -Xcomp -Xrunhprof:cpu=times SwingSet2.jar
crashes with the following error message :
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-rc-b19 compiled mode)
#
# Error ID: 43113F32554E54494D45110E4350500305
#
# Problematic Thread: prio=5 tid=0x00234828 nid=0x4a8 runnable
The crash is not consistent. Launch the demo and then switch between the 1st and 3rd demo continuously until we get the crash or all the demos were finally
loaded. If we didn't crash when all the demos were loaded, we exited the demo and tried again.
This is windows specific issue and occurs only with -client (HotSpot Client VM) option.
- relates to
-
JDK-4723783 hprof:cpu=times crash with 1.4.1 build 18.
-
- Closed
-