On Thu, 2 Oct 2025 16:02:56 GMT, Raffaello Giulietti <[email protected]>
wrote:
>> Roger Riggs has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Revert to insensitive.
>
> src/java.base/share/classes/java/lang/StringLatin1.java line 217:
>
>> 215:
>> 216: @IntrinsicCandidate
>> 217: static int indexOf(byte[] value, int valueCount, byte[] str, int
>> strCount, int fromIndex) {
>
> I guess that removing `public` needs no changes in the intrinsic
> implementation?
The linkage is based on the signature, not the access.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27609#discussion_r2399361294