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

FullGCALot option causes Segmentation violation

    XMLWordPrintable

Details

    • x86
    • windows_nt

    Description



      Name: dkC59003 Date: 09/13/99



      Kestrel HotSpot VM crashes when running simple "Hello world!" program
      with -Xcomp and -XX:+FullGCALot options.
      The test runs OK on 1.3beta-O and 2.0beta-C.
      Log and test source follow:

      java_g -version
      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-E)
      Java(TM) HotSpot Client VM (build 1.3FCS-E-debug, mixed mode)

      java_g -Xcomp -XX:+FullGCALot b4187687
      VM option '+FullGCALot'
      Full gc no: 100
      Full gc no: 200
      Full gc no: 300
      Full gc no: 400
      Full gc no: 500
      Full gc no: 600
      Full gc no: 700
      [1] + Done(139) ?
        319 Segmentation violation java_g
        
      ------------------------------------------------------------- b4187687.java
      import java.io.PrintStream;

      public class b4187687 {

          public static void main(String argv[]) {
      System.exit(run(argv, System.out) + 95/*STATUS_TEMP*/);
          }

          public static int run(String args[], PrintStream out) {
      System.out.println("Hello world!");
      return 0/*STATUS_PASSED*/;
          }
      }

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

      Attachments

        Issue Links

          Activity

            People

              rschmidtsunw Rene Schmidt (Inactive)
              dkhukhrosunw Dmitry Khukhro (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: