Re: RFR: 8333396: Use StringBuilder internally for java.text.Format.* formatting [v17]

2024-07-18 Thread lingjun-cg
On Mon, 8 Jul 2024 16:31:23 GMT, Naoto Sato wrote: >> Quick question about the violation of the "This is equivalent to" spec: Does >> our new implementation lead to any observable side effects that make the >> returned results or thrown exceptions different from that of `format(obj, >> new Str

Re: RFR: 8333396: Use StringBuilder internally for java.text.Format.* formatting [v17]

2024-07-08 Thread lingjun-cg
On Mon, 8 Jul 2024 17:31:53 GMT, Justin Lu wrote: > I believe the `static MessageFormat.format(...` also has similar incorrect > "this is equivalent ..." wording, if you could please include that as well. I > think we should also rename the issue (and CSR) as well since the scope has > changed