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

2020-08-29 Thread Sergey Bylokhov
On 29.08.2020 17:39, Phil Race wrote: Sergey, The priority now is to flush outstanding review requests ahead of the skara transition. I should have made that clearer in my email but I think new requests such as this will need to wait. Especially anything that requires some deep thought by a r

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

2020-08-29 Thread Phil Race
Sergey, The priority now is to flush outstanding review requests ahead of the skara transition. I should have made that clearer in my email but I think new requests such as this will need to wait. Especially anything that requires some deep thought by a reviewer as we have just one working day

Re: [OpenJDK 2D-Dev] RFR: 8245400: Upgrade to LittleCMS 2.11

2020-08-29 Thread Sergey Bylokhov
Looks fine. On 28.08.2020 07:42, Philip Race wrote: Bug : https://bugs.openjdk.java.net/browse/JDK-8245400 Webrev : http://cr.openjdk.java.net/~prr/8245400/ A rotuine 3rd party library upgrade. All platforms buildĀ  + all tests pass. -phil. -- Best regards, Sergey.

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

2020-08-29 Thread Sergey Bylokhov
Hello. Please review the fix for jdk/client. Bug: https://bugs.openjdk.java.net/browse/JDK-8252133 Fix: http://cr.openjdk.java.net/~serb/8252133/webrev.00 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 r

Re: [OpenJDK 2D-Dev] RFR: 8252070 Some platform-specific BLIT optimizations are not effective

2020-08-29 Thread Sergey Bylokhov
On 29.08.2020 12:01, Philip Race wrote I'm not sure I get the comment about the intersection operation causing performance problems. Are you referring to the cost of that intersection operation itself, or some downstream consequence ? Yes, I am talking about the cost of intersection itself.

Re: [OpenJDK 2D-Dev] RFR: 8252070 Some platform-specific BLIT optimizations are not effective

2020-08-29 Thread Philip Race
I note that you change the signature of blitSurfaceData to private. I think this is fine. Since it is only used in this class I imagine whatever reason it was supposed it might need to be over-ridden has never arisen .. But I still had to first go check that it isn't actually used elsewhere !

Re: [OpenJDK 2D-Dev] RFR: 8234393 [macos] printing ignores printer tray

2020-08-29 Thread Philip Race
PS, there's a test case in the bug. Seems like it could be used as the basis for a manual regression test. Make sure you use @requires printer as well as adding the manual and headful keywords and next you'll have to check for an installed printer with multiple trays -phil On 8/27/20, 11:36