JFR Recordings Missing Periodic Events

Carter Kozak ckozak at ckozak.net
Thu Dec 14 23:13:35 UTC 2023


Hi Erik,

Thanks for the quick reply!

I've simplified my reproducer based on your recommendations, however the result is the same. To clarify the issue I'm facing, I'm not worried about the EventStream/RecordingStream so much as the resulting JFR itself, which is missing periodic event data.
The CI output includes the updated logging, for example:
https://github.com/carterkozak/periodic-event-repro/actions/runs/7215619705/job/19660234573

I've put together a quick draft based on the proposal in my last reply, I have confirmed that it resolves the failures:
https://github.com/openjdk/jdk/pull/17114

Carter Kozak

On Thu, Dec 14, 2023, at 17:12, Erik Gahlin wrote:
> Hi Carter,
> 
> t's not possible to guarantee that events will be available unless a RecordingStream is used, the period is everyChunk and the stop() method is used.
> 
> That said, it looks strange. You could try running with -Xlog:jfr+system+parser=info,jfr+periodic=debug and only enable the ThreadStatistics event:
> 
> recording.enable("jdk.JavaThreadStatistics").with("period", "1000 ms"); 
> 
> It might make it easier to diagnose.
> 
> Erik


More information about the hotspot-jfr-dev mailing list