-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
<WIP>
Add generic JFR events TaskTerminator after a GC phase finishes, the JFR event should include multiple max/min/avg timings to for termination, as well as max/min/avg attempts, similar to the G1 termination log in Evac phase like:
```
[2025-03-04T17:15:35.621-0800][1044855.394s][debug][gc,phases ] GC(52557) Termination (ms): Min: 0.1, Avg: 0.1, Max: 0.1, Diff: 0.0, Sum: 2.3, Workers: 25
[2025-03-04T17:15:35.621-0800][1044855.394s][debug][gc,phases ] GC(52557) Termination Attempts: Min: 1, Avg: 1.0, Max: 1, Diff: 0, Sum: 25, Workers: 25
```
Add generic JFR events TaskTerminator after a GC phase finishes, the JFR event should include multiple max/min/avg timings to for termination, as well as max/min/avg attempts, similar to the G1 termination log in Evac phase like:
```
[2025-03-04T17:15:35.621-0800][1044855.394s][debug][gc,phases ] GC(52557) Termination (ms): Min: 0.1, Avg: 0.1, Max: 0.1, Diff: 0.0, Sum: 2.3, Workers: 25
[2025-03-04T17:15:35.621-0800][1044855.394s][debug][gc,phases ] GC(52557) Termination Attempts: Min: 1, Avg: 1.0, Max: 1, Diff: 0, Sum: 25, Workers: 25
```