RFR: 8287484 JFR: Seal RecordedObject

Markus Grönlund mgronlun at openjdk.java.net
Sat May 28 10:55:41 UTC 2022


On Fri, 27 May 2022 19:44:23 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> Could I have a review of an enhancement. The RecordedObject class is not meant to be subclasses outside the jdk.jfr.consumer package. Today it is prevented by a package private constructor. It would be good to make it explicit by making the class sealed.
> 
> Testing: jdk/jdk/jfr
> 
> Thanks
> Erik

Marked as reviewed by mgronlun (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/8930


More information about the hotspot-jfr-dev mailing list