Hi, Please review the fix patch for JDK9,
Bug: https://bugs.openjdk.java.net/browse/JDK-8145116 Webrev: http://cr.openjdk.java.net/~arapte/8145116/webrev.00/ Issue: This is a test code issue. The binary comparison for validating the result was incorrect. The test would PASS even for wrong inputs. Please refer to the bug description for how to provide wrong inputs. Fix: Fixed the binary comparison. Please compare line number 177 from left with line 185 on right. Remaining changes are related to coding guidelines, robot synchronization. Thanks, Ambarish