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

Crash with "assert(VM_Version::supports_sse4_1()) failed" when "-Xcomp -XX:+UseSSE42Intrinsics" is set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 9
    • 8u45, 9
    • hotspot
    • None

      JDK 9-fastdebug b66 hit assertion when ran simple HelloWorld with "-Xcomp -XX:+UseSSE42Intrinsics" on Linux-x64 platform under VirtualBox.

      Running next command give following result(hs_err_pid22139.log and replay_pid22139.log are attached):
      java -Xcomp -XX:+UseSSE42Intrinsics HelloWorld
      # To suppress the following error report, specify this argument
      # after -XX: or in .hotspotrc: SuppressErrorAt=/assembler_x86.cpp:3108
      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (/HUDSON/workspace/9-2-build-linux-amd64/jdk9/2755/hotspot/src/cpu/x86/vm/assembler_x86.cpp:3108), pid=22139, tid=0x00007f7304100700
      # assert(VM_Version::supports_sse4_1()) failed:
      #
      # JRE version: Java(TM) SE Runtime Environment (9.0-b66) (build 1.9.0-ea-fastdebug-b66)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-ea-fastdebug-b66 compiled mode linux-amd64 compressed oops)
      # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c" (or dumping to /home/dmitry/bundles/jdk9/b66/fastdebug/bin/core.22139)
      #
      # An error report file with more information is saved as:
      # /home/dmitry/bundles/jdk9/b66/fastdebug/bin/hs_err_pid22139.log
      ...

      JDK 8u45-fastdebug also affected.

        1. HelloWorld.java
          0.1 kB
        2. hs_err_pid22139.log
          25 kB
        3. replay_pid22139.log
          113 kB

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

              Created:
              Updated:
              Resolved: