Looks fine. To our knowledge, this ResourceBundleControlProvider SPI is rarely used, if any. The extension mechanism was removed in jdk-9+41 and there isn’t any issue filed related to this SPI. I agree to deprecate ResourceBundleControlProvider for removal.
Mandy > On Dec 19, 2016, at 9:08 AM, Naoto Sato <naoto.s...@oracle.com> wrote: > > Small modification to the proposed fix: > > http://cr.openjdk.java.net/~naoto/8171189/webrev.01/ > > Modified test/ProblemList.txt to remove the line for the said SPI test. No > other changes from 00. > > Naoto > > On 12/19/16 8:28 AM, Naoto Sato wrote: >> Hello, >> >> Please review the fix to the following issue: >> >> https://bugs.openjdk.java.net/browse/JDK-8171189 >> >> The proposed fix is located at: >> >> http://cr.openjdk.java.net/~naoto/8171189/webrev.00/ >> >> The said SPI utilizes the Java extension mechanism which is now removed >> from JDK9. To our knowledge, no implementation has been made, including >> the original requester, so it's best to deprecate this in JDK9 and >> eventually remove in the future release. >> >> Naoto