-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.3.1
-
generic
-
generic
Name: abR10010 Date: 10/05/2000
The hanging is intermittent but quite reproducible.
% java -version
java version "1.3.1ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1ea-b01)
Java HotSpot(TM) Client VM (build 1.3.1ea-b01, mixed mode)
% java -Xrunhprof:cpu=samples HelloWorld
<hanging>...
This failure happens on both Solaris and Win32.
The same happens for the Server VM on Solaris.
This bug prevents the nsk/regression/b4328316 test from passing.
NOTES.
The bug like this had been filed against the HotSpot Client VM,
build 1.3.0-b24 (kest-sol-rc1) on Aug 1 2000.
(4358171 (P4/S5) HotSpot VM build 1.3.0-b24 hangs with -Xrunhprof:cpu=samples option).
According to the current state of bugreport this bug had been fixed and
integrated in kest-sol-fcs release on Aug 28 2000.
HelloWorld.java source:
//------------------------
public class HelloWorld {
public static void main(String argv[]) {
System.out.println("Hello World!");
}
}
//------------------------
======================================================================
- duplicates
-
JDK-4358171 HotSpot VM build 1.3.0-b24 hangs with -Xrunhprof:cpu=samples option
- Closed