JDK-8222789 : Replace the usage of "Sun's Xinerama API" by the "XFree86's Xinerama API" on Solaris
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2019-04-20
  • Updated: 2020-08-09
  • Resolved: 2019-04-23
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
13 b21Fixed
Related Reports
Relates :  
Description
Currently, AWT on Solaris uses "Sun's Xinerama API" which is non-standard API implemented in the libXext, we use it from 2001, but the standard version of  "Xinerama API" was added Solaris in nv_62:
https://blogs.oracle.com/solaris/x11-apis-for-querying-multi-head-screen-layout-v2

I have checked that libXinerama.so.1 library exists on Solaris 11 Sparc and x64. The small test case confirms that it works.

If I will able to prove that JDK will work using this standard API, the old code can be removed.