RFR: 8273613: JFR: RemoteRecordingStream::start() blocks close()
Erik Gahlin
egahlin at openjdk.java.net
Sun Sep 12 19:05:23 UTC 2021
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
-------------
Commit messages:
- Fix whitespaces
- Initial
Changes: https://git.openjdk.java.net/jdk/pull/5476/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5476&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8273613
Stats: 138 lines in 2 files changed: 108 ins; 10 del; 20 mod
Patch: https://git.openjdk.java.net/jdk/pull/5476.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5476/head:pull/5476
PR: https://git.openjdk.java.net/jdk/pull/5476
More information about the hotspot-jfr-dev
mailing list