diff -r d11ce1551e8d -r acebf2655d3a test/compiler/6895383/Test.java --- a/test/compiler/6895383/Test.java Mon Jan 18 05:02:41 2010 -0800 +++ b/test/compiler/6895383/Test.java Tue Jan 19 10:25:54 2010 -0800 @@ -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();