Incorrect assert in JvmtiThreadState::update_for_pop_top_frame

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 27
    • Affects Version/s: None
    • Component/s: hotspot
    • b11

      There is an incorrect assert in the function JvmtiThreadState::update_for_pop_top_frame(). The assumption is that the interp_only_mode has to be set if the JVMTI_EVENT_FRAME_POP event is enabled. This is overly strong. The JVMTI SetEventNotificationMode enables events and then submits a Handshake to enable interp_only_mode to support the events. So, there is a gap between enabling the events and enabling the interp_only_mode.

            Assignee:
            Serguei Spitsyn
            Reporter:
            Serguei Spitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: