On Sat, 12 Mar 2022 16:27:51 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Refined the test > > test/jdk/java/text/Format/DecimalFormat/ToLocalizedPatternTest.java line 29: > >> 27: * @summary Verifies that toLocalizedPattern() method correctly returns >> 28: * monetary symbols in a currency formatter >> 29: * @run testng ToLocalizedPatternTest > > Maybe run in othervm mode? Thanks, Lance. I believe it is OK to run it in samejvm mode, as it does not leave any side effects. ------------- PR: https://git.openjdk.java.net/jdk/pull/7790