Withdrawn: 8365066: RecordingStream and RemoteRecordingStream do not terminate when the associated Recording is stopped or closed externally
duke
duke at openjdk.org
Mon Oct 27 21:05:37 UTC 2025
On Sat, 9 Aug 2025 01:33:29 GMT, Chihiro Ito <cito at openjdk.org> wrote:
> Fix an issue where RecordingStream and RemoteRecordingStream do not stop when their underlying the local/remote recording stop.
>
> Introduce an internal EventSource abstraction to unify control across local (PlatformRecording) and remote (FlightRecorderMXBean) recordings, ensuring consistent propagation of stop/close and stop time to the consumer streams.
>
> Tests updated to validate lifecycle consistency:
> Verifies that stopping/closing the underlying recording (local and remote) properly stops/closes the corresponding stream.
>
> Test: jdk/jdk/jfr
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/26710
More information about the hotspot-jfr-dev
mailing list