You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
….* formatting
Summary: java.text.Format.* use StringBuffer internally, but StringBuffer's bad performance character become obvious after obsoleting biased locking. So use StringBuilder if possible in java.text.Formating.*.
Testing: All java.text.format jtreg.
Reviewers: D-D-H, Yude Lin
Issue: dragonwell-project#83
….* formatting
Summary: java.text.Format.* use StringBuffer internally, but StringBuffer's bad performance character become obvious after obsoleting biased locking. So use StringBuilder if possible in java.text.Formating.*.
Testing: All java.text.format jtreg.
Reviewers: D-D-H, Yude Lin
Issue: #83
More detail can be get at openjdk/jdk#19513.
The text was updated successfully, but these errors were encountered: