You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2022/11/11 06:41:41 UTC

[GitHub] [qpid-broker-j] vavrtom opened a new pull request, #162: QPID-8612: [Broker-J] Changed default Garbage Collector from CMS to G1

vavrtom opened a new pull request, #162:
URL: https://github.com/apache/qpid-broker-j/pull/162

   Concurrent Mark Sweep (CMS) garbage collector was [deprecated in Java 9](https://openjdk.org/jeps/291) and is no longer supported in Java 17.
   
   G1GC looks like good replacement for CMS GC (G1GC was also recommended in related [JEP 291](https://openjdk.org/jeps/291)).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-broker-j] vavrtom merged pull request #162: QPID-8612: [Broker-J] Changed default Garbage Collector from CMS to G1

Posted by GitBox <gi...@apache.org>.
vavrtom merged PR #162:
URL: https://github.com/apache/qpid-broker-j/pull/162


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org