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

Java crash with assert in Xcomp mode and disabled ReduceInitialCardMarks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • b31
    • b122

      Java 9 fastdebug build crash with the following options:
      java -Xcomp -XX:-ReduceInitialCardMarks
      # To suppress the following error report, specify this argument
      # after -XX: or in .hotspotrc: SuppressErrorAt=/macroArrayCopy.cpp:510
      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (/HUDSON/workspace/9-2-build-linux-amd64/jdk9/2717/hotspot/src/share/vm/opto/macroArrayCopy.cpp:510), pid=476, tid=0x00007f567e543700
      # assert(src_klass != __null && dest_klass != __null) failed: should have klasses
      #
      # JRE version: Java(TM) SE Runtime Environment (9.0-b65) (build 1.9.0-ea-fastdebug-b65)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-ea-fastdebug-b65 compiled mode linux-amd64 compressed oops)
      # Core dump will be written. Core dumps may be processed with "/usr/share/apport/apport %p %s %c %P" (or dumping to /home/dmitry/bundles/jdk9/b65/jdk1.9.0/fastdebug/bin/core.476)
      #
      ...

      hs_err_pid476.log and replay_pid476.log are attached.

            thartmann Tobias Hartmann
            ddmitriev Dmitry Dmitriev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: