Bug: https://bugs.openjdk.java.net/browse/JDK-8048328
Fix: http://cr.openjdk.java.net/~prr/8048328/
We have never supported returning the available printer resolutions
for CUPS printing although it is available in the PPD.
With this fix, as long as any resolution is provided we will declare
the
Bug : https://bugs.openjdk.java.net/browse/JDK-8048583
Fix : http://cr.openjdk.java.net/~prr/8048583/
As described in the bug the basic problem is that we associate
a printer defined media with an inappropriate "standard" media.
If there's no standard media that matches to within a fraction,
don
Dear OpenJDK 2D developers community.
I have found a nasty 2D rendering bug in the latest OpenJDK 1.7.60
version. It probably affects all other OpenJDK versions, too. The bug
does not appear in OracleJDK 1.7.0.60, so this is purely an OpenJDK issue.
I do not know of any other place where to repo