gctoolkit icon indicating copy to clipboard operation
gctoolkit copied to clipboard

ZGC parsing refactoring

Open kcpeppe opened this issue 6 months ago • 1 comments
trafficstars

  1. Apply a DRY refactoring to the ZGC class hierarchy.
  2. Capture some information not currently captured such as work thread counts.

kcpeppe avatar Apr 28 '25 19:04 kcpeppe

The current ZGC implementation also opts to use timestamp differences rather than parsed information for event durations. For legacy logs (No -XX:+ZGenerational), durations don't seem to be printed out, so timestamp differences will likely need to be used as a fallback.

jlittle-ptc avatar May 02 '25 11:05 jlittle-ptc