< prev index next >

test/java/lang/invoke/LFCaching/LambdaFormTestCase.java

Print this page
rev 16982 : 8180386: remove jdk.testlibrary.TimeLimitedRunner
Reviewed-by: duke

@@ -30,12 +30,12 @@
 import java.lang.reflect.Field;
 import java.lang.reflect.Method;
 import java.util.Collection;
 import java.util.List;
 import java.util.function.Function;
+import jdk.test.lib.wrappers.TimeLimitedRunner;
 import jdk.testlibrary.Utils;
-import jdk.testlibrary.TimeLimitedRunner;
 
 /**
  * Lambda forms caching test case class. Contains all necessary test routines to
  * test lambda forms caching in method handles returned by methods of
  * MethodHandles class.
< prev index next >