Hello, Please review the fix to the following bug:
https://bugs.openjdk.java.net/browse/JDK-8060097 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8060097/webrev.00/The test was failing due to the infamous Turkish 'i' upper/lowercasing. Providing the casing operations with Locale.ROOT fixes the problem.
Naoto