On Mon, 30 Aug 2021 13:06:19 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Description from the bug: > > When building the JDK and running `configure` the output includes (example): > > Build performance summary: > * Cores to use: 4 > * Memory limit: 32768 MB > > > The "Cores to use" value is misleading; it is not actually the number of > cores specified using `--with-num-cores`, but instead the number of jobs, > which (unless explicitly specified), is calculated based on the available > memory and the number of cores. This pull request has now been integrated. Changeset: fbffa54e Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/fbffa54efe447a4c911af2be1d7774a8c60d6ede Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8270438: "Cores to use" output in configure is misleading Reviewed-by: erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/5301