RFR: JDK-8144312: Remove limitations on the default number of jobs in the build (original) (raw)
Martin Buchholz martinrb at google.com
Wed Dec 16 18:37:58 UTC 2015
- Previous message (by thread): RFR: JDK-8144312: Remove limitations on the default number of jobs in the build
- Next message (by thread): RFR: JDK-8144312: Remove limitations on the default number of jobs in the build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
- Previous message (by thread): RFR: JDK-8144312: Remove limitations on the default number of jobs in the build
- Next message (by thread): RFR: JDK-8144312: Remove limitations on the default number of jobs in the build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]