On Mon, 2 Mar 2026 23:00:02 GMT, Phil Race <[email protected]> wrote:

>> This fixes a problem whereby because a bound up call stub method handle 
>> holds on to the bound argument using a JNI Global Ref, GC of that object is 
>> prevented until the method handle is freed.
>> In the font layout code this causes us to be unable to collect fonts which 
>> are used as the bound argument.
>> So this fix changes from using the bound arg to using the existing scoped 
>> value font.
>
> Phil Race has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   8378615

@prsadhuk @jayathirthrao please review

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

PR Comment: https://git.openjdk.org/jdk/pull/29924#issuecomment-4033807634

Reply via email to