https://bugs.openjdk.java.net/browse/JDK-8035186 http://cr.openjdk.java.net/~vlivanov/8035186/webrev.00/
LogGeneratedClassesTest.testDumpDirNotWritable is not applicable when it is run by super user on Linux/Solaris. The test checks that it's forbidden to create files in read-only directory, but super user is allowed to do so.
The fix is to skip the test in such configuration. Testing: ran the test by super user on Solaris/Linux. Best regards, Vladimir Ivanov
