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

jdk.jfr.consumer.RecordedThread.getId references Thread::getId, should be Thread::threadId

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 19
    • 19
    • hotspot
    • jfr
    • b30

        Thread::getId has been deprecated in Java 19, its replacement is the final Thread:threadId method. We should update the reference in RecordedThread.getId to link to the replacement method.

              egahlin Erik Gahlin
              alanb Alan Bateman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: