6917931: compiler/6895383/Test.java don't compile due missed imports
authorkvn
Tue, 19 Jan 2010 10:25:54 -0800
changeset 4648 22e8816b84d3
parent 4647 51451c7e9103
child 4649 f6b04c5a5e49
6917931: compiler/6895383/Test.java don't compile due missed imports Summary: Add missing imports. Reviewed-by: never, twisti
hotspot/test/compiler/6895383/Test.java
--- a/hotspot/test/compiler/6895383/Test.java	Mon Jan 18 05:02:41 2010 -0800
+++ b/hotspot/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();