diff test/compiler/6895383/Test.java @ 1177:acebf2655d3a

6917931: compiler/6895383/Test.java don't compile due missed imports Summary: Add missing imports. Reviewed-by: never, twisti
author kvn
date Tue, 19 Jan 2010 10:25:54 -0800
parents f96a1a986f7b
children c18cbe5936b8
line wrap: on
line diff
--- 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();