On Mon, 16 Mar 2026 14:09:29 GMT, Raffaello Giulietti <[email protected]> 
wrote:

>> Volkan Yazici has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Remove redundant deoptimization exits
>
> src/java.base/share/classes/java/lang/StringUTF16.java line 2043:
> 
>> 2041:     }
>> 2042: 
>> 2043:     static void checkBoundsBeginEnd(int begin, int end, byte[] val) {
> 
> Probably not part of this PR, but
> Suggestion:
> 
>     private static void checkBoundsBeginEnd(int begin, int end, byte[] val) {

It cannot be made `private`, it is used by 
`test/hotspot/jtreg/compiler/patches/java.base/java/lang/Helper.java`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/30139#discussion_r2940947097

Reply via email to