You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generational ZGC runs two garbage collectors concurrently (major and minor). The current implementation of ZGCParser assumes that at any given time, there can be at most one cycle happening.
When a minor collection starts before the major collection has finished, the information from the major collection is lost.
Generational ZGC runs two garbage collectors concurrently (major and minor). The current implementation of ZGCParser assumes that at any given time, there can be at most one cycle happening.
When a minor collection starts before the major collection has finished, the information from the major collection is lost.
Example GC log snippet
sample-gc.log
Sequence of events:
When I ran this through the library, it loses track of GC 13 entirely.
I know you guys were planning to release a new version soon-ish, and wanted to make sure this was on your radar.
The text was updated successfully, but these errors were encountered: