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

Test fails with assert(comp != __null) failed: Ensure we have a compiler

XMLWordPrintable

    • b23

      * Reproduce
      ```
      ${JDK}/bin/java \
              -Xcomp -XX:CompilationMode=high-only
      ```

      * Symptom
      ```
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (/home/sonia/fool/openjdk/jdk/src/hotspot/share/compiler/compileBroker.cpp:1167), pid=21816, tid=21821
      # assert(comp != __null) failed: Ensure we have a compiler
      #
      # JRE version: OpenJDK Runtime Environment (14.0) (fastdebug build 14-internal+0-adhoc.sonia.jdk)
      # Java VM: OpenJDK 64-Bit Server VM (fastdebug 14-internal+0-adhoc.sonia.jdk, compiled mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
      # Problematic frame:
      # V [libjvm.so+0x9cfe34] CompileBroker::compile_method(methodHandle const&, int, int, methodHandle const&, int, CompileTask::CompileReason, Thread*)+0xc4
      ```

            jiefu Jie Fu
            jiefu Jie Fu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: