+1 assuming you ran this through a recent (4.1 or later) jtreg ..
-phil.
On 03/21/2016 11:25 AM, Sergey Bylokhov wrote:
looks fine.
On 21.03.16 21:19, Semyon Sadetsky wrote:
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