mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7006126: (fs) Updates to file system API (1/2011)
Reviewed-by: jjg
This commit is contained in:
parent
50d526442a
commit
68c23b7878
3 changed files with 21 additions and 28 deletions
|
@ -84,8 +84,7 @@ public class CompileTest {
|
|||
System.err.println("Test " + count + " " + Arrays.asList(opts) + " " + className);
|
||||
Path testSrcDir = Paths.get(System.getProperty("test.src"));
|
||||
Path testClassesDir = Paths.get(System.getProperty("test.classes"));
|
||||
Path classes = Paths.get("classes." + count);
|
||||
classes.createDirectory();
|
||||
Path classes = Files.createDirectory(Paths.get("classes." + count));
|
||||
|
||||
Context ctx = new Context();
|
||||
PathFileManager fm = new JavacPathFileManager(ctx, true, null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue