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

AOT: compiler/intrinsics/bigInteger/TestMulAdd.java crashes with SIGSEGV with AOTed jdk.base

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 10
    • 10
    • hotspot

      compiler/intrinsics/bigInteger/TestMulAdd.java test run with AOTed jdk.base crashes with SIGSEGV:
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # SIGSEGV (0xb) at pc=0x0000000000000000, pid=30403, tid=30461
      #
      # JRE version: Java(TM) SE Runtime Environment (10.0) (fastdebug build 10-internal+0-2017-10-19-0449181.katya.hs10.consolidated.new)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 10-internal+0-2017-10-19-0449181.katya.hs10.consolidated.new, mixed mode, aot, compressed oops, g1 gc, linux-amd64)
      # Problematic frame:
      #
      [error occurred during error reporting (printing problematic frame), id 0xb]

      See full hs_err files attached.

      compiler/intrinsics/bigInteger/TestMulAdd.java crashes only when jdk.base is AOTed without '--compile-for-tiered' flag.
      Another test which crashes the same way is runtime/SharedArchiveFile/TestInterpreterMethodEntries.java.
      It crashes no matter if '--compile-for-tiered' was used or not.

            Unassigned Unassigned
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: