8066798: [TEST] Make java/lang/invoke/LFCaching tests use lib/testlibrary/jdk/testlibrary/TimeLimitedRunner.java to define their number of iterations

Reviewed-by: iignatyev, vlivanov
This commit is contained in:
Konstantin Shefov 2014-12-11 15:10:35 +03:00
parent 89cec23580
commit cb8bd7875b
2 changed files with 97 additions and 68 deletions

View file

@ -26,7 +26,6 @@
* @bug 8046703
* @summary Test verifies that lambda forms are garbage collected
* @author kshefov
* @ignore 8057020
* @library /lib/testlibrary/jsr292 /lib/testlibrary
* @build TestMethods
* @build LambdaFormTestCase