You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/11/11 06:42:00 UTC

[jira] [Commented] (QPID-8612) [Broker-J] Change default GC from CMS to G1

    [ https://issues.apache.org/jira/browse/QPID-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632104#comment-17632104 ] 

ASF GitHub Bot commented on QPID-8612:
--------------------------------------

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)).




> [Broker-J] Change default GC from CMS to G1
> -------------------------------------------
>
>                 Key: QPID-8612
>                 URL: https://issues.apache.org/jira/browse/QPID-8612
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Broker-J
>            Reporter: Tomas Vavricka
>            Assignee: Tomas Vavricka
>            Priority: Minor
>             Fix For: qpid-java-broker-9.0.0
>
>
> 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 message was sent by Atlassian Jira
(v8.20.10#820010)

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