# HG changeset patch # User kvn # Date 1263925554 28800 # Node ID 22e8816b84d38f57ee29339560fe119cfeb98845 # Parent 51451c7e9103f59d3dc4ac4ec860bf542dbe3cbb 6917931: compiler/6895383/Test.java don't compile due missed imports Summary: Add missing imports. Reviewed-by: never, twisti diff -r 51451c7e9103 -r 22e8816b84d3 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();