JvmtiTrace::safe_get_thread_name is not safe

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 23
    • Component/s: hotspot
    • None

      Method
      JvmtiTrace::safe_get_thread_name
      calls
      java_thread->jvmti_vthread();
      and
       java_thread->threadObj();
      which is not safe and causes failure when the thread is in native state.

            Assignee:
            Leonid Mesnik
            Reporter:
            Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: