Re: RFR: 8268481: Delete JAWT test files for mac

2021-06-09 Thread Pankaj Bansal
On Wed, 9 Jun 2021 19:49:28 GMT, Sergey Bylokhov wrote: > Due to some issues, we need to delete these files. Later this test case will > be updated and reintegrated. Marked as reviewed by pbansal (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/4440

Re: RFR: 8268481: Delete JAWT test files for mac

2021-06-09 Thread Phil Race
On Wed, 9 Jun 2021 19:49:28 GMT, Sergey Bylokhov wrote: > Due to some issues, we need to delete these files. Later this test case will > be updated and reintegrated. Marked as reviewed by prr (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/4440

Re: RFR: 8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print" [v3]

2021-06-09 Thread Anton Litvinov
> Hello, > > Could you please review the following fix for the bug specific to macOS. The > bug consists in the fact that if the method > "java.awt.print.Printable.print​(Graphics, PageFormat, int)" throws > "java.awt.print.PrinterException" or "java.lang.RuntimeException" during the > call "j

Integrated: 8267430: GraphicsDevice.setDisplayMode(REFRESH_RATE_UNKNOWN) throws IAE: Unable to set display mode!

2021-06-09 Thread Phil Race
On Sat, 5 Jun 2021 15:07:27 GMT, Phil Race wrote: > There are two issues here, both macOS specific. > First the original reported one that occurs when running on a shared remote > VNC type desktop on macOS. > Only a single supported display mode is returned and it is also the current > mode. >

Re: RFR: 8267430: GraphicsDevice.setDisplayMode(REFRESH_RATE_UNKNOWN) throws AE: Unable to set display mode! [v4]

2021-06-09 Thread Sergey Bylokhov
On Tue, 8 Jun 2021 21:45:43 GMT, Phil Race wrote: >> There are two issues here, both macOS specific. >> First the original reported one that occurs when running on a shared remote >> VNC type desktop on macOS. >> Only a single supported display mode is returned and it is also the current >> mod

RFR: 8268481: Delete JAWT test files for mac

2021-06-09 Thread Sergey Bylokhov
Due to some issues, we need to delete these files. Later this test case will be updated and reintegrated. - Commit messages: - Revert "8263928: Add JAWT test files for mac" Changes: https://git.openjdk.java.net/jdk/pull/4440/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk

Re: RFR: 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title [v3]

2021-06-09 Thread Sergey Bylokhov
On Mon, 7 Jun 2021 10:30:33 GMT, Maxim Kartashev wrote: >> This commit introduces a new client property xawt.mwm_decor_title >> implementing JDK-8267307. The property can be set prior to showing a window >> or after the window has been displayed, in which case the window will have >> to be hi

Re: RFR: 8268113: Re-use Long.hashCode() where possible [v6]

2021-06-09 Thread Сергей Цыпанов
> There is a few JDK classes duplicating the contents of Long.hashCode() for > hash code calculation. They should explicitly delegate to Long.hashCode(). Сергей Цыпанов has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated c