RFR: 8205053: Decouple type registration from framework lifecycle

Markus Gronlund markus.gronlund at oracle.com
Tue Jun 19 21:24:40 UTC 2018


Looks good Erik!

Markus

-----Original Message-----
From: Erik Gahlin 
Sent: den 19 juni 2018 22:59
To: hotspot-jfr-dev at openjdk.java.net
Subject: RFR: 8205053: Decouple type registration from framework lifecycle

Hi,

Could I have review of a fix that makes it possible to register checkpoint serializers independent of the JFR lifecycle. This is so registration can happen close to where a particular subsystem is initialized. For instance, the registration of the compiler phase type and its serialization could happen where the compiler is initialized.

Webrev:
http://cr.openjdk.java.net/~egahlin/8205053/

Bug:
https://bugs.openjdk.java.net/browse/JDK-8205053

Testing:
Tests in test/jdk/jdk/jfr

Thanks
Erik


More information about the hotspot-jfr-dev mailing list