RFR: JDK-8195077: [Testbug] tools/javac/processing/model/completionfailure/NoAbortForBadClassFile.java - AccessDeniedException

Jan Lahoda jan.lahoda at oracle.com
Thu Jun 21 12:07:53 UTC 2018


Hi,

The 
tools/javac/processing/model/completionfailure/NoAbortForBadClassFile.java 
test has many sub-tests, and reuses the same working directory for each 
sub-test, but clearing the directory. This seems to break from time to 
time on Windows, so I'd like to change that so that each sub-test would 
have its own working directory.

Bug: https://bugs.openjdk.java.net/browse/JDK-8195077
Webrev: http://cr.openjdk.java.net/~jlahoda/8195077/webrev.00/

How does this look?

Thanks,
     Jan


More information about the compiler-dev mailing list