RFR: 8240773: JFR: Non-Java threads are not serialized
Markus Gronlund
markus.gronlund at oracle.com
Thu Mar 19 10:15:03 UTC 2020
Hi Stefan,
Looks good, thank you for fixing this.
Markus
-----Original Message-----
From: Stefan Karlsson
Sent: den 19 mars 2020 10:57
To: hotspot-jfr-dev at openjdk.java.net
Subject: RFR: 8240773: JFR: Non-Java threads are not serialized
Hi all,
Please review this patch to fix JFR serialization of non-java threads.
https://cr.openjdk.java.net/~stefank/8240773/webrev.01/
https://bugs.openjdk.java.net/browse/JDK-8240773
I noticed that most of our non-java threads were missing in the thread views. It turns out that the non-java thread iterator is broken. I've been using the patch lately to get back all ZGC and VM threads.
Thanks,
StefanK
More information about the hotspot-jfr-dev
mailing list