On Wed, 24 Jun 2026 09:44:17 GMT, Yasumasa Suenaga <[email protected]> wrote:
>> Benjamin Peterson has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> fix typo
>
> src/hotspot/share/code/vtableStubs.hpp line 197:
>
>> 195:
>> 196: template <typename F>
>> 197: void VtableStubs::vtable_stub_do(F f) {
>
> Why did you move / update this function? IMHO we can keep current
> implementation.
> (this change is for using lambda? I'm not sure)
It allows the lambda to be used. That's fine by me.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31638#discussion_r3466334794