< prev index next >

test/java/lang/invoke/MethodHandles/CatchExceptionTest.java

Print this page
rev 17324 : 8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
Reviewed-by: duke

*** 42,51 **** --- 42,52 ---- import java.util.function.Function; import java.util.function.Supplier; /* @test * @library /lib/testlibrary /java/lang/invoke/common /test/lib + * @build jdk.test.lib.TimeLimitedRunner * @compile CatchExceptionTest.java * @run main/othervm -esa test.java.lang.invoke.MethodHandles.CatchExceptionTest * @key intermittent randomness */ public class CatchExceptionTest {
< prev index next >