> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/29924/files
  - new: https://git.openjdk.org/jdk/pull/29924/files/dd3a2684..8ef69605

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=29924&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29924&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/29924.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29924/head:pull/29924

PR: https://git.openjdk.org/jdk/pull/29924

Reply via email to