RFR: JDK-8144312: Remove limitations on the default number of jobs in the build

Erik Joelsson erik.joelsson at oracle.com
Wed Dec 16 21:36:36 UTC 2015


We want to find a suitable default value for the make -j flag.

/Erik

On 2015-12-16 19:37, Martin Buchholz wrote:
> On Wed, Dec 16, 2015 at 6:08 AM, Magnus Ihse Bursie
> <magnus.ihse.bursie at oracle.com> wrote:
>> On 2015-12-15 19:38, Martin Buchholz wrote:
>> Are you talking about JDK-6515172? I was thinking on how to implement a
>> proper check in the configure script, where calling separate process are not
>> so unorthodox after all. ;-)
> Thanks all for pointing me at JDK-6515172.  Calling nproc in the
> configure script seems crazy to me - what can you tell from the
> result?
>
> Instead, use standard autoconf macros like
>
> AC_CONFIG_HEADERS([sched.h])
> AC_CHECK_FUNC(sched_getaffinity)




More information about the build-dev mailing list