Re: RFR: JDK-8216021: RunTest.gmk might set concurrency level to 1 on Windows

2019-01-03 Thread Tim Bell
Erik: When running tests using "make run-test-prebuilt" on Windows, the calculation of available memory may fail. This only happens on certain systems, and is likely related to which version of Cygwin that is being used. The consequence is that concurrency gets set to 1. The cause of the problem

Re: RFR: JDK-8216021: RunTest.gmk might set concurrency level to 1 on Windows

2019-01-03 Thread Christian Tornqvist
Looks good, thanks for fixing this! Thanks, Christian > On Jan 3, 2019, at 2:30 AM, Erik Joelsson wrote: > > When running tests using "make run-test-prebuilt" on Windows, the calculation > of available memory may fail. This only happens on certain systems, and is > likely related to which ver

RFR: JDK-8216021: RunTest.gmk might set concurrency level to 1 on Windows

2019-01-03 Thread Erik Joelsson
When running tests using "make run-test-prebuilt" on Windows, the calculation of available memory may fail. This only happens on certain systems, and is likely related to which version of Cygwin that is being used. The consequence is that concurrency gets set to 1. The cause of the problem is m