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

Unsafe stackwalk in VM_GetOrSetLocal::doit_prologue()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 11, 12, 13, 14, 15, 16
    • hotspot
    • b13

      The stackwalk in VM_GetOrSetLocal::doit_prologue() is unsafe and can crash the VM, because it is
      performed in the prologue of the vm operation, i.e. before the safepoint, and access to local
      variables using JVMTI does not require the target thread to be suspended.

            rrich Richard Reingruber
            rrich Richard Reingruber
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: