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

JvmtiTrace::safe_get_thread_name is not safe

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 23
    • 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.

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

              Created:
              Updated:
              Resolved: