hotspot/test/compiler/6895383/Test.java
changeset 4648 22e8816b84d3
parent 4470 1e6edcab3109
child 5547 f4b087cbb361
--- 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();