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

JFR: Less noisy platform threads with jfr print

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 19
    • None
    • hotspot
    • None
    • jfr
    • b26

      If a thread is not virtual, 'jfr print" displays:

      eventThread = “Thread-2" (javaThreadId = 32, virtual = false)

      It would be less noise without "virtual = false". If the thread is virtual, it should be sufficient with:

      eventThread = “Thread-2" (javaThreadId = 32, virtual)

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

              Created:
              Updated:
              Resolved: