-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b07
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2120953 | 5.0u2 | Azeem Jiva | P3 | Resolved | Fixed | b02 |
I am trying to run GCBAsher with Java2Demo in the same VM using -javaagent. Found this crash on Windows-i586, It is reproduciable.
Steps to reproduce:
/net/jano/export/disk20/GammaBase/Bugs/<BUG>
JAVA_HOME is set
and run the "run.bat"
# An unexpected error has been detected by HotSpot Virtual Machine:^M
#^M
# Internal Error (4A41564123414C4C530E4350500016), pid=1016, tid=1652^M
#^M
# Java VM: Java HotSpot(TM) Server VM (1.5.0-beta3-b59 mixed mode)^M
-------
Bug submitter indicates that the proper way to reproduce the bug is:
%JAVA_HOME%/bin/java -server -javaagent:Simple.jar -jar %JAVA_HOME%/demo/jfc/Java2D/Java2Demo.jar -runs=10
###@###.### 2004-08-03
Steps to reproduce:
/net/jano/export/disk20/GammaBase/Bugs/<BUG>
JAVA_HOME is set
and run the "run.bat"
# An unexpected error has been detected by HotSpot Virtual Machine:^M
#^M
# Internal Error (4A41564123414C4C530E4350500016), pid=1016, tid=1652^M
#^M
# Java VM: Java HotSpot(TM) Server VM (1.5.0-beta3-b59 mixed mode)^M
-------
Bug submitter indicates that the proper way to reproduce the bug is:
%JAVA_HOME%/bin/java -server -javaagent:Simple.jar -jar %JAVA_HOME%/demo/jfc/Java2D/Java2Demo.jar -runs=10
###@###.### 2004-08-03
- backported by
-
JDK-2120953 Crash in JavaCalls.cpp Tiger b59
- Resolved