Details
-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 12
-
b20
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8221771 | 11.0.4-oracle | Dmitry Markov | P3 | Resolved | Fixed | b02 |
JDK-8223828 | 11.0.4 | Philip Race | P3 | Resolved | Fixed | b03 |
Description
JDK sources include the Xrandr header files Xrandr.h and randr.h
because JDK needed to build on distros which did not have those
header files because they were too old.
That problem is long gone, so we can simply refer to platform
include files and remove the copies in JDK which saves us the
ongoing hassle of keeping them up to date
because JDK needed to build on distros which did not have those
header files because they were too old.
That problem is long gone, so we can simply refer to platform
include files and remove the copies in JDK which saves us the
ongoing hassle of keeping them up to date
Attachments
Issue Links
- backported by
-
JDK-8221771 Remove Xrandr include files from JDK sources
- Resolved
-
JDK-8223828 Remove Xrandr include files from JDK sources
- Resolved
- is blocked by
-
JDK-8210837 Add libXrandr-devel to the Linux devkits
- Resolved
- relates to
-
JDK-8213944 Fix AIX build after the removal of Xrandr.h and add a configure check for it
- Resolved
-
JDK-8213937 Add Xrandr checks to configure
- Closed