-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
kestrel
-
x86
-
windows_nt
Name: dkC59003 Date: 10/20/99
HotSpot 1.3fcs-K crashes when profiling simplest class with jcov tool.
Classic works fine.
Log and test source follow:
$ d:/jdk1.3.0K/bin/java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-J)
Java HotSpot(TM) Client VM (build 1.3-K, mixed mode)
$ d:/jdk1.2.2/bin/javac -Xjcov test1.java
$ d:/jdk1.3.0K/bin/java -Xrunjcov test1
[1] + Done(139) d:/jdk1.3.0K/bin/java -Xrunjcov test1
179 Segmentation violation d:/jdk1.3.0K/bin/java
----------------------------------------------------------- test1.java
import java.io.*;
import java.util.*;
public class test1 {
public static void main (String args[]) {
System.out.println("Hello!");
}
}
======================================================================
- relates to
-
CODETOOLS-7900335 JCOV: profiling with -Xrunjcov still crashes VM
-
- Closed
-