Hi All,
Please review the following fix for jdk9.
Bug: https://bugs.openjdk.java.net/browse/JDK-8139572
webrev: http://cr.openjdk.java.net/~okutsu/naveen/8139572/webrev.00/
issue description:
SimpleDateFormat with "stand-alone" month format "LLLL yyyy" and locate
ru_RU throw java.text.ParseExceptio when parse the valid date string
"Сентябрь 2015".
Fix:
Implemented parsing for "stand-alone" month format pattern in
jdk/src/java.base/share/classes/java/text/SimpleDateFormat.java
regards
Naveen Kumar