8129523: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java timeout
Reviewed-by: kvn
This commit is contained in:
parent
ce2288fa72
commit
91414d0dfc
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* @test LFSingleThreadCachingTest
|
* @test LFSingleThreadCachingTest
|
||||||
* @ignore 8129523
|
|
||||||
* @bug 8046703
|
* @bug 8046703
|
||||||
* @key randomness
|
* @key randomness
|
||||||
* @summary Test verifies that lambda forms are cached when run with single thread
|
* @summary Test verifies that lambda forms are cached when run with single thread
|
||||||
@ -33,7 +32,7 @@
|
|||||||
* @build LambdaFormTestCase
|
* @build LambdaFormTestCase
|
||||||
* @build LFCachingTestCase
|
* @build LFCachingTestCase
|
||||||
* @build LFSingleThreadCachingTest
|
* @build LFSingleThreadCachingTest
|
||||||
* @run main/othervm LFSingleThreadCachingTest
|
* @run main/othervm -XX:ReservedCodeCacheSize=128m LFSingleThreadCachingTest
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.lang.invoke.MethodHandle;
|
import java.lang.invoke.MethodHandle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user