<i18n dev> RFR: JDK-8303950: [macos]Translucent Windows Flicker on Repaint [v6]

Jeremy duke at openjdk.org
Tue Apr 11 04:18:58 UTC 2023


> I'm confident about the new test case for this ticket, but the resolution is more invasive than I'd like. (It works, though.)
> 
> In short:
> This introduces a new RenderingHint (in SunHints) to bypass the call in Window to `gg2d.fillRect(0, 0, getWidth(), getHeight());`
> 
> I left more detailed notes here about the proposed resolution:
> https://github.com/openjdk/jdk/commit/1991fdac5dbf76ddaf73cc78a9f7c38370c9674c
> 
> I'm open to suggestions if anyone has a more elegant proposal to prevent the monitor from refreshing too soon?

Jeremy has updated the pull request incrementally with one additional commit since the last revision:

  8303950: avoid System.exit(1)
  
  mrserb recommended against this in a separate PR
  
  https://github.com/openjdk/jdk/pull/13408#discussion_r1162182212

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12993/files
  - new: https://git.openjdk.org/jdk/pull/12993/files/c0d80dc6..d9c881e2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12993&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12993&range=04-05

  Stats: 14 lines in 2 files changed: 8 ins; 3 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/12993.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/12993/head:pull/12993

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


More information about the i18n-dev mailing list