The GCPhaseParallel JFR event is used for a lot of different phases in G1. One of the phases is object copy and here the event is split up to cover both copy from local queues and separate events for stealing. But there is no difference in the events sent so not obvious which events are from stealing.
We could merge this to only send one event to avoid sending an excessive amount of events.
We could merge this to only send one event to avoid sending an excessive amount of events.