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

AArch64: assert from JDK-8287393 causes crashes

XMLWordPrintable

    • b09
    • aarch64

      https://github.com/openjdk/jdk/commit/6cbc234ad17c5a0c4b3d6ea76f807c27c1dc8330 adds the assert:

      assert(StubRoutines::aarch64::complete() && Thread::current()->is_Compiler_thread() && Compile::current()->output() != __null)

      It might fail if C1 uses trampoline_call. The assert is not needed as the calculation of in_scratch_emit_size is short-circuited to false if it is C1.

            eastigeevich Evgeny Astigeevich
            eastigeevich Evgeny Astigeevich
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: