Hello, Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8152201 webrev: http://cr.openjdk.java.net/~ssadetsky/8152201/webrev.00/@test annotation was added to both FindOwnerTest.java and FindOwnerTest.html which caused "Test clashes with another test with a similar name" error.
The annotation is removed from FindOwnerTest.java. --Semyon