On Mon, 27 Apr 2026 19:26:49 GMT, Vladimir Ivanov <[email protected]> wrote:

>> Quan Anh Mai has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Clarify contribution
>
> src/hotspot/share/opto/doCall.cpp line 553:
> 
>> 551: 
>> 552:   // Bump max node limit for JSR292 users
>> 553:   if (bc() == Bytecodes::_invokedynamic || 
>> orig_callee->is_method_handle_intrinsic()) {
> 
> BTW does it catch VarHandle case?

Yes, because `VarHandleGuards::guard...` either calls 
`MethodHandle::linkToStatic` or `MethodHandle::invokeBasic`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30874#discussion_r3151159376

Reply via email to