RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Roger Riggs
rriggs at openjdk.org
Fri Feb 24 21:38:05 UTC 2023
On Fri, 24 Feb 2023 17:45:42 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
>> addressed
>
> JMH does not indicate any performance regression.
>
> W.r.t. renaming Java parameters in `@IntrinsicCandidate` methods, I crosschecked with a runtime compiler guy. He confirms that changing names in the Java implementations is irrelevant for the intrinsified code. There might be references to the names in native comments, but this is not the case for `indexOf`. However, to be on the safe side I reverted those renames back to the original.
Thanks for confirming
-------------
PR: https://git.openjdk.org/jdk/pull/12600
More information about the core-libs-dev
mailing list