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 21:41:17 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 ]
We can fix both JDK-6515172 and JDK-8144312 by doing the autconf detection of how to count the number of allowed processors, then actually measuring what's available during the build, and also fixing the hotspot implemementation of Runtime.availableProcessors.
- 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 ]