Re: RFR: 8327425: String Template FMT Refactor use call direct instead of MethodHandler

2024-03-07 Thread ExE Boss
On Tue, 3 Oct 2023 06:19:11 GMT, Shaojin Wen wrote: > Currently FormatItem uses MethodHandler to handle latin1 and utf16, which is > not readable. This PR uses direct calls instead of MethodHandler. > > Please review and don't hesitate to critique my approach and patch. It’s `MethodHandle`, no

RFR: 8327425: String Template FMT Refactor use call direct instead of MethodHandler

2024-03-05 Thread Shaojin Wen
Currently FormatItem uses MethodHandler to handle latin1 and utf16, which is not readable. This PR uses direct calls instead of MethodHandler. Please review and don't hesitate to critique my approach and patch. - Commit messages: - Merge remote-tracking branch 'upstream/master' int