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

ObjectMonitor thread id fields should be 64 bits.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 18
    • hotspot
    • None
    • b04

      I mistakenly changed _previous_owner_tid to uintptr_t because of a cast I found in JDK-8256306 but it should really be uint64_t. This field is used for JFR, the other field _notifier_tid should be the same.

            coleenp Coleen Phillimore
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: