JDK-8223045 : GraphicsEnvironment does not detect resolution changes in multiscreen systems
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7u76,8u40,9,11,12,13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-04-26
  • Updated: 2019-06-14
  • Resolved: 2019-06-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13 JDK 14
13 b25Fixed 14Fixed
Related Reports
Relates :  
Description
On unix when Xinerama mode on, we cache the screen resolutions on startup and never change it after.

This is a part of effort to fix: JDK-8076313