Generational ZGC not supported
Opened this issue ยท 9 comments
The ZGC log pattern seems to have changed since jdk21, do you have a plan to support it?
Known changes for CYCLE_START:
before:
[20.134s][info ][gc ] GC(1) Garbage Collection (System.gc()) 22M(1%)->24M(1%)
after:
[251.570s][info][gc ] GC(5) Major Collection (Proactive) 684M(23%)->346M(12%) 0.473s
Yes, Pull Requests are also welcome here though (it's an ever moving target!)
Hi, I have work on genZ underway. I'm willing to push the work in my local branch if there is interest
Hi, I have work on genZ underway. I'm willing to push the work in my local branch if there is interest
@kcpeppe I am sure interested. But sorry for my naive question, why is it a local branch not the official repository?
I also have a preliminary implementation regarding genz, and can meet my own needs ,don't know if it should be submited.
You should both push branches as part of a PR request and let's have a look at them!
Yes, please push and let's see if we can integrate them.
Hi everyone, may I ask when the next version is planned to be released? We are also looking forward for the generational ZGC support and I see that the latest version available in maven central is from a year ago.
Target is end of September. Might spill over into October.