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

Martin Buchholz martinrb at google.com
Wed Dec 16 18:37:58 UTC 2015


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