test/compiler/6895383/Test.java

changeset 1612
acebf2655d3a
parent 1535
f96a1a986f7b
child 1907
c18cbe5936b8
     1.1 --- a/test/compiler/6895383/Test.java	Mon Jan 18 05:02:41 2010 -0800
     1.2 +++ b/test/compiler/6895383/Test.java	Tue Jan 19 10:25:54 2010 -0800
     1.3 @@ -30,6 +30,9 @@
     1.4   * @run main/othervm -Xcomp Test
     1.5   */
     1.6  
     1.7 +import java.util.*;
     1.8 +import java.util.concurrent.*;
     1.9 +
    1.10  public class Test {
    1.11      public static void main(String argv[]) {
    1.12          Test test = new Test();

mercurial