On Wed, 1 Dec 2021 07:08:39 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 >> >> Corrected prototype of the reset method > > src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLClip.m line 61: > >> 59: BOOL _stencilMaskGenerationInProgress; >> 60: BOOL _stencilMaskGenerationStarted; >> 61: BOOL _clipReady; > > This looks like cleanup and not related to this change. Sometime back i also > had question on why this was needed. Thanks. Yes, It's small clean-up here ------------- PR: https://git.openjdk.java.net/jdk/pull/6529