12 Nov
2019
12 Nov
'19
9:27 p.m.
Thank you. Regards Sundar On Tue, Nov 12, 2019 at 2:29 AM Thomas Schatzl <thomas.schatzl@oracle.com> wrote:
Hi,
On 12.11.19 01:42, Sundara Mohan M wrote:
Hi, I am using ZGC and trying to see if any bug fixes gone in to JDK13 other than "Uncommit memory feature".
1. Was "memory uncommit" is the only feature gone in to JDK13? 2. Is there a way to find all the bug fixed in JDK13 and categorize it by ZGC, so in future i can do it myself.
Something like this JBS query:
https://bugs.openjdk.java.net/browse/JDK-8225227?jql=fixVersion%20in%20(%221...
should do the trick, i.e. showing everything with the "zgc" label and fix version of the various jdk 13 releases.
Thanks, Thomas