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

[lworld] Crash in ThawBase::remove_top_compiled_frame_from_chunk

XMLWordPrintable

      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:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: