Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4282881

profiling with -Xrunjcov crashes VM

XMLWordPrintable

    • 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!");
          }
      }

      ======================================================================

            smitrovisunw Srdjan Mitrovic (Inactive)
            dkhukhrosunw Dmitry Khukhro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: