Hi guys, Please review the fix for CR: http://bugs.sun.com/view_bug.do?bug_id=7143070
webrev:http://cr.openjdk.java.net/~denis/7143070/webrev.04/ <http://cr.openjdk.java.net/%7Edenis/7143070/webrev.04/>
Added changes according to Anthony's comments:
60 if(!ret)
61 throw new RuntimeException("Test failed!");
Please add a space after 'if' and put the throw statement into a {} block.
Thanks,
Oleg
<http://cr.openjdk.java.net/%7Edenis/7143070/webrev.04/>
