-
Bug
-
Resolution: Fixed
-
P1
-
1.4.1, 1.4.2
-
mantis
-
generic, x86
-
generic, linux, linux_redhat_7.2
BigApps standalone test program designed to stress JVM crashes
hotspot with Virtual Machine Error 11 while running atop
RedHat Linux 7.2. Test program ran for about 34 hours
before crash occured.
Source code for test program, JvmAbuser.java, as well
as error report file written by dying JVM,
hs_err_pid21484.log, are attached.
###@###.### 2002-09-13
Steps to reproduce:
- Create new directory
- Put attached JvmAbuser.java in your new directory
(this code is already an attachment to Bug 4747484)
- <wherever javac is>/javac JvmAbuser.java
- <wherever rmic is>/rmic RmiServerExample
- <wherever java is>/java -server -Xconcgc -verbose:gc JvmAbuser
###@###.### 2002-09-17
hotspot with Virtual Machine Error 11 while running atop
RedHat Linux 7.2. Test program ran for about 34 hours
before crash occured.
Source code for test program, JvmAbuser.java, as well
as error report file written by dying JVM,
hs_err_pid21484.log, are attached.
###@###.### 2002-09-13
Steps to reproduce:
- Create new directory
- Put attached JvmAbuser.java in your new directory
(this code is already an attachment to Bug 4747484)
- <wherever javac is>/javac JvmAbuser.java
- <wherever rmic is>/rmic RmiServerExample
- <wherever java is>/java -server -Xconcgc -verbose:gc JvmAbuser
###@###.### 2002-09-17
- duplicates
-
JDK-4751977 stress tests intermittently crash Hotspot VM in frame.cpp, 844
- Closed