On Fri, 28 Jul 2023 08:25:55 GMT, Aleksey Shipilev <[email protected]> wrote:
>> Cristian Vat has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> reduce allocations also for Matcher.usePattern
>
> src/java.base/share/classes/java/util/regex/Pattern.java line 5190:
>
>> 5188: }
>> 5189: boolean match(Matcher matcher, int i, CharSequence seq) {
>> 5190:
>
> Excess new line.
line removed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14894#discussion_r1277471042