6917931: compiler/6895383/Test.java don't compile due missed imports

Add missing imports.

Reviewed-by: never, twisti
This commit is contained in:
Vladimir Kozlov 2010-01-19 10:25:54 -08:00
parent 3ea93d46c4
commit bb4f475e1b

View File

@ -30,6 +30,9 @@
* @run main/othervm -Xcomp Test
*/
import java.util.*;
import java.util.concurrent.*;
public class Test {
public static void main(String argv[]) {
Test test = new Test();