-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0, 1.3.1
-
sol-fcs
-
generic, sparc
-
generic, solaris_7
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2035876 | 1.4.0 | Karen Kinnear | P4 | Closed | Fixed | beta |
Name: abR10010 Date: 08/01/2000
The hanging is intermittent but quite reproducible.
% java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-b24)
Java HotSpot(TM) Client VM (build 1.3.0-b24, mixed mode)
% java -Xrunhprof:cpu=samples HelloWorld
<hanging>...
The same happens for the Server VM.
HotSpot VM build 1.3.0-b23 is OK.
% java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-b23)
Java HotSpot(TM) Client VM (build 1.3.0-b23, mixed mode)
% java -Xrunhprof:cpu=samples HelloWorld
Hello World!
Dumping CPU usage by sampling running threads ... done.
This bug prevents the nsk/regression/b4328316 test from passing.
HelloWorld.java source:
//------------------------
public class HelloWorld {
public static void main(String argv[]) {
System.out.println("Hello World!");
}
}
//------------------------
======================================================================
- backported by
-
JDK-2035876 HotSpot VM build 1.3.0-b24 hangs with -Xrunhprof:cpu=samples option
- Closed
- duplicates
-
JDK-4376707 HotSpot VM build 1.3.1ea-b01 (Ladybird) hangs with -Xrunhprof:cpu=samples option
- Closed