On Thu, 6 May 2021 19:40:16 GMT, Phil Race <p...@openjdk.org> wrote: >> Dmitry Batrak has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8263583: Emoji rendering on macOS >> >> add 'static' modifier to a variable > > src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLTextRenderer.m > line 327: > >> 325: } >> 326: >> 327: MTLPaint* storedPaint = nil; > > should this be static ?
Added 'static', thanks. ------------- PR: https://git.openjdk.java.net/jdk/pull/3007