8050429: Update/cleanup ToolBox

Reviewed-by: vromero
This commit is contained in:
Jonathan Gibbons 2014-08-13 13:20:31 -07:00
parent 14fcc1d07d
commit 33e6564a6b
54 changed files with 2577 additions and 1792 deletions

View file

@ -25,8 +25,8 @@
* @test
* @summary local variable table attribute test.
* @bug 8040097
* @library /tools/javac/lib ../lib
* @build LocalVariableTestBase TestBase InMemoryFileManager ToolBox
* @library /tools/lib /tools/javac/lib ../lib
* @build ToolBox LocalVariableTestBase TestBase InMemoryFileManager
* @compile -g LocalVariableTableTest.java
* @run main LocalVariableTableTest
*/