RFR: 8273613: JFR: RemoteRecordingStream::start() blocks close()
Markus Grönlund
mgronlun at openjdk.java.net
Mon Sep 13 09:42:46 UTC 2021
On Fri, 10 Sep 2021 23:05:20 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
> Hi,
>
> Could I please have a review of a bug fix of RemoteRecordingStream?
>
> RemoteRecordingStream::start() method takes a lock, which blocks the close() method if invoked from another thread.
>
> Testing: jdk/jdk/jfr
>
> Thanks
> Erik
Looks good.
-------------
Marked as reviewed by mgronlun (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5476
More information about the hotspot-jfr-dev
mailing list