changeset 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 d11ce1551e8d
children 648fe315b257
files test/compiler/6895383/Test.java
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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();