Hi Igor,
It would be nice if all of the @library source lines were the same (not
mixed in the order).
Since this is a cleanup task, I might be inclined to make the order of
imports consistent
within those tests but that goes beyond the simple goal of the issue.
+1
Roger
On 5/25/2017 9:28 PM, Igor Ignatyev wrote:
http://cr.openjdk.java.net/~iignatyev//8180890/webrev.00/index.html
41 lines changed: 5 ins; 4 del; 32 mod;
Hi all,
jsr292 testlibrary is used only by java/lang/invoke tests, so there is no
reason to have this library in common testlibrary, this changeset moves jsr292
testlibrary classes from jdk/test/lib/testlibrary to
jdk/test/java/lang/invoke/common, so they will be closed to the tests which use
them.
webrev: http://cr.openjdk.java.net/~iignatyev//8180890/webrev.00/index.html
jbs: https://bugs.openjdk.java.net/browse/JDK-8180890
testing: java/lang/invoke
Thanks,
-- Igor