<i18n dev> RFR: 8333396: Performance regression of DecimalFormat.format [v4]

lingjun-cg duke at openjdk.org
Wed Jun 12 11:54:15 UTC 2024


On Tue, 4 Jun 2024 19:44:57 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> lingjun-cg has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8333396: Performance regression of DecimalFormat.format
>
> Also it would be helpful to compare the performance without biased locking in JDK11.

@naotoj The above contains the result of JDK11 with disabled and enabled biased locking. It seems the key is the biased locking. Now our application use DecimalFormat.format() seriously,  the performance is declining when migrate from JDK 11 to JDK 21.  Could you give some suggestion?Thanks.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19513#issuecomment-2162813093


More information about the i18n-dev mailing list