On 17/12/2015 7:41 AM, Martin Buchholz wrote:
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.
We don't need any autoconf involvement for 6515172 (which I referred to a couple of days ago). Let's not muddy the waters. Autosizing the build parallelism is tricky enough.
David