< prev index next >

test/compiler/jsr292/ConcurrentClassLoadingTest.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /** * @test * @bug 8022595 * @summary JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm ConcurrentClassLoadingTest */ import com.oracle.java.testlibrary.Utils; import java.util.ArrayList; import java.util.Arrays;
< prev index next >