mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8144009: ToolBox should have a cleanDirectory method
Added cleanDirectory method to ToolBox. Reviewed-by: jjg
This commit is contained in:
parent
68126c8ee9
commit
ea92f6bf06
14 changed files with 36 additions and 71 deletions
|
@ -51,7 +51,6 @@ public class IncCompileChangeNative extends SJavacTester {
|
|||
ToolBox tb = new ToolBox();
|
||||
|
||||
void test() throws Exception {
|
||||
clean(TEST_ROOT);
|
||||
Files.createDirectories(GENSRC);
|
||||
Files.createDirectories(BIN);
|
||||
Files.createDirectories(HEADERS);
|
||||
|
@ -59,8 +58,6 @@ public class IncCompileChangeNative extends SJavacTester {
|
|||
initialCompile();
|
||||
incrementalCompileDropAllNatives();
|
||||
incrementalCompileAddNative();
|
||||
|
||||
clean(GENSRC, BIN, HEADERS);
|
||||
}
|
||||
|
||||
// Update B.java with one less native method i.e. it has no longer any methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue