http://cr.openjdk.java.net/~iignatyev//8180386/webrev.00/index.html > lines changed: 2 ins; 88 del; 6 mod;
Hi all, could you please review this small fix which removes TimeLimitedRunner class from jdk testlibrary? we have two TimeLimitedRunner classes one in jdk test library and another in the the toplevel test library, there is no difference b/w these two library classes (besides location and package name), so the tests were simply updated to use TimeLimitedRunner from the toplevel test library. this fix is a part of ongoing effort on merging and cleaning up our test libraries[1]. webrev: http://cr.openjdk.java.net/~iignatyev//8180386/webrev.00/index.html JBS: https://bugs.openjdk.java.net/browse/JDK-8180386 testing: affected tests (java/lang/invoke) [1] https://bugs.openjdk.java.net/browse/JDK-8075327 Thanks, -- Igor