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

RedefineRunningMethodsWithBacktrace triggers guarantee(cb()->as_compiled_method()->method() != nullptr) failed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • repo-loom
    • repo-loom
    • hotspot
    • None

      serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java is failing in the loom repo, typical crash is:

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (/src/hotspot/share/runtime/stackChunkFrameStream.inline.hpp:139), pid=31262, tid=31498
      # Error: guarantee(cb()->as_compiled_method()->method() != nullptr) failed
      #
      # JRE version: Java(TM) SE Runtime Environment (19.0+5) (fastdebug build 19-loom+5-292)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 19-loom+5-292, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
      # Problematic frame:
      # V [libjvm.so+0x10131ed] void InstanceStackChunkKlass::iterate_stack<(chunk_frames)0, VerifyStackClosure>(stackChunkOop, VerifyStackClosure*)+0x15bd

      Stack: [0x00007feba9bfb000,0x00007feba9cfc000], sp=0x00007feba9cf8e90, free space=1015k
      Thread 0x00007feb3801bdd0 [31498]
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      V [libjvm.so+0x10131ed] void InstanceStackChunkKlass::iterate_stack<(chunk_frames)0, VerifyStackClosure>(stackChunkOop, VerifyStackClosure*)+0x15bd
      V [libjvm.so+0xffbb98] InstanceStackChunkKlass::verify(oop, unsigned long*, int*, int*, int*)+0x7f8
      V [libjvm.so+0x1952fc7] stackChunkOopDesc::verify(unsigned long*, int*, int*, int*)+0x27
      V [libjvm.so+0xb205f9] Continuation::debug_verify_continuation(oop)+0x219
      V [libjvm.so+0xb211a7] bool verify_continuation<1967>(oop) [clone .isra.0]+0x27
      V [libjvm.so+0xb21551] Continuation::prepare_thaw(JavaThread*, bool)+0x171

            rpressler Ron Pressler
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: