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)
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)