Re: RFR: JDK-8153273: Test lib compilations trigger find crash on Solaris

2016-04-01 Thread Tim Bell
Erik: As reported in JDK-8142906, find may crash when building the test-lib jars. This is caused by two SetupJavaCompilation setups putting their classes in the same directory. There is really no reason for them to do that so the fix is to use separate directories. Bug: https://bugs.openjdk.

RFR: JDK-8153273: Test lib compilations trigger find crash on Solaris

2016-04-01 Thread Erik Joelsson
As reported in JDK-8142906, find may crash when building the test-lib jars. This is caused by two SetupJavaCompilation setups putting their classes in the same directory. There is really no reason for them to do that so the fix is to use separate directories. Bug: https://bugs.openjdk.java.net