Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Olek Wojnar Newsgroups: linux.debian.maint.java Subject: Re: reply: Bazel Removal from Debian Date: Wed, 22 Feb 2023 23:10:01 +0100 Message-ID: References: X-Original-To: sun min , Hans-Christoph Steiner , Debian Bazel Discussion List , Debian Java Discussion List X-Mailbox-Line: From debian-java-request@lists.debian.org Wed Feb 22 22:09:12 2023 Old-Return-Path: X-Amavis-Spam-Status: No, score=-109.605 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, NICE_REPLY_A=-0.095, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Debian-User: olek X-Mailing-List: archive/latest/23239 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/8233b044-60a7-aa2c-43c9-fb7262526847@debian.org Approved: robomod@news.nic.it Lines: 18 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Bazel Packaging Team X-Original-Date: Wed, 22 Feb 2023 16:51:30 -0500 X-Original-Message-ID: <8233b044-60a7-aa2c-43c9-fb7262526847@debian.org> X-Original-References: <2FA11FED-1D3B-49A9-BA6E-F77AB13E0C62@debian.org> Xref: csiph.com linux.debian.maint.java:12584 Hi sun min, On 2/21/23 10:15, sun min wrote: > The maintainer added a “-XX:+UseParallelGC” for garbge collectors > param(target jdk16+) which can boost build performance for about 30% > compared with the default GC param “-XX:+UseG1GC”[1]. I added that in an attempt to override the incorrect flag, but instead they are both emitted which still causes the error. > Besides, if it’s possible to downgrade jdk target version to be more > compatible with those GC features. That's a great idea! Unfortunately, it looks like JDK 17 is the only one available in bookworm and it is no longer compatible with 'UseParallelOldGC' so I don't think that we really have any alternatives... -Olek