On Wed, 1 Dec 2021 06:57:25 GMT, Jayathirth D V <j...@openjdk.org> wrote:
>> Alexey Ushakov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8272392 Lanai: SwingSet2. Black background on expanding tree node >> >> Fixed incorrect addition of the values into pipeline state cache. >> Refactored index initialization. Removed unused flags from MTLClip. > > src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/EncoderManager.m > line 44: > >> 42: >> 43: - (void)reset:(id<MTLTexture>)destination >> 44: isAA:(jboolean)isAA > > I think by mistake isText argument is also removed. It is not matching > reset() implementation. Thanks for the findings! Fixed. ------------- PR: https://git.openjdk.java.net/jdk/pull/6529