On Mon, 17 May 2021 10:18:54 GMT, Ajit Ghaisas wrote:
> This PR reverts to OpenGL as the default Java2D rendering pipeline for macOS.
>
> Note : from JBS description :
> In JDK 17 build 19 under bug id
> [JDK-8265304](https://bugs.openjdk.java.net/browse/JDK-8265304) we switched
> to Metal as
On Sun, 28 Feb 2021 04:59:48 GMT, Sergey Bylokhov wrote:
> A few utility methods in the ICC_Profile class are unused since 1997, I think
> we can delete them.
Marked as reviewed by trebari (Committer).
-
PR: https://git.openjdk.java.net/jdk/pull/2764
On Mon, 8 Feb 2021 09:30:02 GMT, Prasanta Sadhukhan
wrote:
> Constructor AreaAveragingScaleFilter(int, int) for
> java.awt.image.AreaAveragingScaleFilter class throws IllegalArgumentException
> when 0 is passed for width,height but it's not specified in the spec.
> Updated spec to illustrate t
On Wed, 3 Feb 2021 05:41:23 GMT, Prasanta Sadhukhan
wrote:
> This test require a printer to test its objective, so printer existence check
> is added.
Marked as reviewed by trebari (Committer).
-
PR: https://git.openjdk.java.net/jdk/pull/2370
On Tue, 20 Oct 2020 08:17:27 GMT, Sergey Bylokhov wrote:
> In some files, the copyright text is styled as a JavaDoc comment.
> Most of the affected files are tests, only one product file is affected:
> src/java.sql/share/classes/javax/sql/package-info.java
>
> The chenge is trivial:
> - /**
>