On Thu, 30 Jun 2022 16:30:04 GMT, Andy Goryachev <d...@openjdk.org> wrote:
>> Another option is to use `java.text.CompactNumberFormat` which can handle >> those K/M/B suffixes nicely. > > Would java.text.CompactNumberFormat work for java 8? It is introduced in JDK12. If this has to be backported to 8, that's not an option. ------------- PR: https://git.openjdk.org/jdk/pull/9327