< prev index next >

test/java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java

Print this page
rev 12962 : 8136967: revert all changes applied to obtain information about 8131129

*** 30,40 **** * @library /lib/testlibrary/jsr292 /lib/testlibrary * @build TestMethods * @build LambdaFormTestCase * @build LFCachingTestCase * @build LFMultiThreadCachingTest ! * @run main/othervm -Djava.lang.invoke.MethodHandle.OBSERVE_BMH_SPECIES_CREATION=true LFMultiThreadCachingTest */ import java.lang.invoke.MethodHandle; import java.util.Collections; import java.util.EnumSet; --- 30,40 ---- * @library /lib/testlibrary/jsr292 /lib/testlibrary * @build TestMethods * @build LambdaFormTestCase * @build LFCachingTestCase * @build LFMultiThreadCachingTest ! * @run main/othervm LFMultiThreadCachingTest */ import java.lang.invoke.MethodHandle; import java.util.Collections; import java.util.EnumSet;
< prev index next >