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

JvmtiTrace::safe_get_thread_name fails if current thread is in native state

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 23
    • hotspot
    • None
    • b25

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

              Created:
              Updated:
              Resolved: