On Mon, 7 Mar 2022 13:05:09 GMT, Jim Laskey <jlas...@openjdk.org> wrote:
>> Would it be just as effective and improve performance more broadly to cache >> in DecimalFormatSymbols.getInstance()? >> >> Declarations should be private unless there is a package need. >> In this case, the only access to should be via the method. > > Will investigate Performance is on par when cached in DecimalFormatSymbols. Will switch to that direction. ------------- PR: https://git.openjdk.java.net/jdk/pull/7703