[OpenJDK 2D-Dev] Integrated: 8255043: Incorrectly styled copyright text

2020-10-20 Thread Sergey Bylokhov
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: > - /** >

Re: [OpenJDK 2D-Dev] RFR: 8254863: Delete code leftover from old fixes

2020-10-20 Thread Alexander Zuev
On Fri, 16 Oct 2020 02:31:09 GMT, Sergey Bylokhov wrote: > The fix for JDK-4893408 adds a special code to handle the "PYCC.pf" color > profile for the "kernel java": >

[OpenJDK 2D-Dev] Integrated: 8252133: The java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java fails if metal pipeline is active

2020-10-20 Thread Sergey Bylokhov
On Thu, 8 Oct 2020 04:22:10 GMT, Sergey Bylokhov wrote: > This bug easily reproduced by the test in question on the dual video card > systems > when the metal pipeline is active. But it is possible to reproduce it in the > OGL > pipeline as well, but it is required some additional steps. > >

Re: [OpenJDK 2D-Dev] RFR: 8252133: The java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java fails if metal pipeline is active [v4]

2020-10-20 Thread Sergey Bylokhov
On Tue, 20 Oct 2020 23:43:46 GMT, Alexander Zuev wrote: >> Sergey Bylokhov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update CGraphicsEnvironment.java > > src/java.desktop/macosx/classes/sun/awt/CGraphicsEnvironment.java line 182:

Re: [OpenJDK 2D-Dev] RFR: 8252133: The java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java fails if metal pipeline is active [v4]

2020-10-20 Thread Alexander Zuev
On Fri, 9 Oct 2020 05:42:31 GMT, Sergey Bylokhov wrote: >> This bug easily reproduced by the test in question on the dual video card >> systems >> when the metal pipeline is active. But it is possible to reproduce it in the >> OGL >> pipeline as well, but it is required some additional steps.

[OpenJDK 2D-Dev] Integrated: 8254788: Dead code in the sun.java2d.xr.XRPMBlitLoops$XrSwToPMBlit

2020-10-20 Thread Sergey Bylokhov
On Wed, 14 Oct 2020 18:35:15 GMT, Sergey Bylokhov wrote: > The XrSwToPMBlit is a blit which is used as a direct(unscaled) blit of the > image in the memory to the pixmap. It tries > to optimize the SrcOver composite in case of an opaque source image and use > Src instead: > if

Re: [OpenJDK 2D-Dev] RFR: 8255043: Incorrectly styled copyright text

2020-10-20 Thread Jayathirth D V
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: > - /** >

Re: [OpenJDK 2D-Dev] RFR: 8255043: Incorrectly styled copyright text

2020-10-20 Thread Tejpal Rebari
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: > - /** >

Re: [OpenJDK 2D-Dev] RFR: 8255043: Incorrectly styled copyright text

2020-10-20 Thread David Holmes
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: > - /** >

[OpenJDK 2D-Dev] Integrated: JDK-8234393: [macos] printing ignores printer tray

2020-10-20 Thread Vipin Menon
On Mon, 5 Oct 2020 16:58:06 GMT, Vipin Menon wrote: > **Issue** > > [https://bugs.openjdk.java.net/browse/JDK-8234393](https://bugs.openjdk.java.net/browse/JDK-8234393) > > **Problem** > > On a multi tray printer, irrespective of what tray is set, Java always prints > from the last tray

[OpenJDK 2D-Dev] RFR: 8255043: Incorrectly styled copyright text

2020-10-20 Thread Sergey Bylokhov
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: - /** + /* * Copyright (c) - Commit messages: - Initial fix