diff --git a/test/compiler/6895383/Test.java b/test/compiler/6895383/Test.java index 719ba31134af0cbed8598f58eede2c441c5c9801..56af70cc3922033837418272b00c3c6365c3eda9 100644 --- a/test/compiler/6895383/Test.java +++ b/test/compiler/6895383/Test.java @@ -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();