JVM crashes at assert(!n->is_Phi() && !n->is_CFG(), "this code only handles data nodes")
with java_g
CONFIGURATION:
OS: Windows2000 Pro. (SP3, Japanese)
JRE: 1.3.1_11 server
REPRODUCE:
1) unfold the attached javag-abort-env.tar file
-> You will see the abort.jar, bin, data, and log.
2) edit the property file(DaemonProperty)in bin folder.
- Set the key word "jp.co.pfu.ardus.model.jom.daemon.installDirectory"
to the folder where you unfold the attached zip file
ex.
If you unfolded the zip file to K:\tmp\crash-javag change as follows.
jp.co.pfu.ardus.model.jom.daemon.installDirectory=K:\tmp\crash-javag
3) set PATH variable to java_g folder
ex.
If java_g is under K:\java\jdk1.3.1_11\win32\bin
set PATH=K:\java\jdk1.3.1_11\win32\bin;%path%
4) Go to 1) folder
5) Launch the command line
java_g -server -verbose:gc -cp abort.jar jp.co.pfu.ardus.model.jom.daemon.DaemonManager bin\DaemonProperty
NOTE:
Environment which java_g can work should be constructed
before reproduction, something related to msvcrtd.dll
=======================================================================================
with java_g
CONFIGURATION:
OS: Windows2000 Pro. (SP3, Japanese)
JRE: 1.3.1_11 server
REPRODUCE:
1) unfold the attached javag-abort-env.tar file
-> You will see the abort.jar, bin, data, and log.
2) edit the property file(DaemonProperty)in bin folder.
- Set the key word "jp.co.pfu.ardus.model.jom.daemon.installDirectory"
to the folder where you unfold the attached zip file
ex.
If you unfolded the zip file to K:\tmp\crash-javag change as follows.
jp.co.pfu.ardus.model.jom.daemon.installDirectory=K:\tmp\crash-javag
3) set PATH variable to java_g folder
ex.
If java_g is under K:\java\jdk1.3.1_11\win32\bin
set PATH=K:\java\jdk1.3.1_11\win32\bin;%path%
4) Go to 1) folder
5) Launch the command line
java_g -server -verbose:gc -cp abort.jar jp.co.pfu.ardus.model.jom.daemon.DaemonManager bin\DaemonProperty
NOTE:
Environment which java_g can work should be constructed
before reproduction, something related to msvcrtd.dll
=======================================================================================
- relates to
-
JDK-6302221 REGRESSION: hotspot c2 crash running rmi JCK tests
- Resolved