Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8288387 GetLocalXXX/SetLocalXXX spec should require suspending target thread
  3. JDK-8294949

Release Note: GetLocalXXX/SetLocalXXX Specification Should Require Suspending Target Thread

XMLWordPrintable

      The JVM TI specification of the GetLocalXXX/SetLocalXXX functions has been changed to require the target thread to be either suspended or the current thread. The error code JVMTI_ERROR_THREAD_NOT_SUSPENDED will be returned if this requirement is not satisfied. The JVM TI agents which use the GetLocalXXX/SetLocalXXX API's need to be updated to suspend the target thread if it is not the current thread.
      The full list of impacted JVM TI functions is:
       - GetLocalObject, GetLocalInt, GetLocalLong, GetLocalFloat, GetLocalDouble, GetLocalInstance,
       - SetLocalObject, SetLocalInt, SetLocalLong, SetLocalFloat, SetLocalDouble

            sspitsyn Serguei Spitsyn
            sspitsyn Serguei Spitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: