Re: RFR: 8345726: Update mx in RunTestPrebuiltSpec to reflect change in JDK-8345302

2024-12-09 Thread Magnus Ihse Bursie
On Fri, 6 Dec 2024 20:49:49 GMT, Erik Joelsson wrote: > In [JDK-8345302](https://bugs.openjdk.org/browse/JDK-8345302) I updated the > default JAVA_FLAGS_BIG to -Xmx2048M in configure. In RunTestPrebuiltSpec.gmk, > there is a copy of this value that also needs to be updated as it should > mimic

RFR: 8345726: Update mx in RunTestPrebuiltSpec to reflect change in JDK-8345302

2024-12-06 Thread Erik Joelsson
In [JDK-8345302](https://bugs.openjdk.org/browse/JDK-8345302) I updated the default JAVA_FLAGS_BIG to -Xmx2048M in configure. In RunTestPrebuiltSpec.gmk, there is a copy of this value that also needs to be updated as it should mimic a typical configuration. - Commit messages: - JD