RFR: 8345302: Building microbenchmarks require larger Java heap

Volkan Yazıcı duke at openjdk.org
Thu Dec 5 10:27:37 UTC 2024


On Wed, 4 Dec 2024 23:14:06 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> Recently we have started to see OOME being thrown when building the microbenchmarks. See the bug for a closer analysis of why this happens by @shipilev and @mcimadamore. This patch just increases the default mx setting for the "big" java configuration in the build. I think that in 2024, we are ready to bump this to 2048M.
> 
> I'm not touching the 32 bit max mx setting as I have no way of testing it.

make/autoconf/boot-jdk.m4 line 1:

> 1: #

Doesn't the copyright year need to be bumped from 2023 to 2024?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22565#discussion_r1871108548


More information about the build-dev mailing list