RFR: 8205405: ZGC: Decouple JFR type registration
Markus Gronlund
markus.gronlund at oracle.com
Wed Jun 20 09:56:49 UTC 2018
Hi Per,
Looks good.
Thanks
Markus
-----Original Message-----
From: Per Liden
Sent: den 20 juni 2018 11:27
To: hotspot-gc-dev at openjdk.java.net; hotspot-jfr-dev at openjdk.java.net
Subject: RFR: 8205405: ZGC: Decouple JFR type registration
When JDK-8205053 is completed, it becomes possible to register subsystem-specific JFR types from outside of JFR. The code that registers ZGC's two types is currently embedded into JFR itself. This code can now be moved into ZGC itself.
Bug: https://bugs.openjdk.java.net/browse/JDK-8205405
Webrev: http://cr.openjdk.java.net/~pliden/8205405/webrev.0
Testing: Manually generated and verified a test recording
/Per
More information about the hotspot-gc-dev
mailing list