On Fri, 26 Nov 2021 09:02:37 GMT, Alexey Ushakov <a...@openjdk.org> wrote:
>> Removed creation of the separate encoder depending on destination properties >> as we don't use this info to customize the encoder properties > > 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/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. ------------- PR: https://git.openjdk.java.net/jdk/pull/6529