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

[lworld] Crash in ThawBase::remove_top_compiled_frame_from_chunk

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • repo-valhalla
    • repo-valhalla
    • hotspot

      When thawing in the fast path the top frame could be a runtime stub due to preempting on monitorenter. The changes for JDK-8336845 missed this and always consider the top frame will be compiled:

      if (f.cb()->as_nmethod_or_null()->needs_stack_repair()) {
           return remove_scalarized_frames(f, chunk, argsize);
      }

            pchilanomate Patricio Chilano Mateo
            pchilanomate Patricio Chilano Mateo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: