Could I get the following small test case change reviewed please?
This fixes a sporadic test case failure due to incorrect use of @build tag in the script --- a/test/java/net/URLPermission/nstest/lookup.sh +++ b/test/java/net/URLPermission/nstest/lookup.sh @@ -26,7 +26,7 @@ # @library /lib/testlibrary # @compile -XDignore.symbol.file=true SimpleNameService.java # LookupTest.java SimpleNameServiceDescriptor.java -# @build jdk.testlibrary.* +# @build jdk.testlibrary.Utils # @run shell/timeout=50 lookup.sh # http://cr.openjdk.java.net/~michaelm/8043118/webrev.1/ Thanks Michae