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.