Re: RFR: 8266459: Implement JEP 411: Deprecate the Security Manager for Removal [v6]

2021-05-31 Thread Lance Andersen
On Mon, 31 May 2021 15:02:57 GMT, Weijun Wang wrote: >> Please review this implementation of [JEP >> 411](https://openjdk.java.net/jeps/411). >> >> The code change is divided into 3 commits. Please review them one by one. >> >> 1. >> https://github.com/openjdk/jdk/commit/576161d15423f58281e38

Re: RFR: 8266459: Implement JEP 411: Deprecate the Security Manager for Removal [v6]

2021-05-31 Thread Weijun Wang
On Mon, 31 May 2021 15:02:57 GMT, Weijun Wang wrote: >> Please review this implementation of [JEP >> 411](https://openjdk.java.net/jeps/411). >> >> The code change is divided into 3 commits. Please review them one by one. >> >> 1. >> https://github.com/openjdk/jdk/commit/576161d15423f58281e38

Re: RFR: 8266459: Implement JEP 411: Deprecate the Security Manager for Removal [v6]

2021-05-31 Thread Weijun Wang
> Please review this implementation of [JEP > 411](https://openjdk.java.net/jeps/411). > > The code change is divided into 3 commits. Please review them one by one. > > 1. > https://github.com/openjdk/jdk/commit/576161d15423f58281e384174d28c9f9be7941a1 > The essential change for this JEP, incl

Re: RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v8]

2021-05-31 Thread Tejpal Rebari
> Hi All, > Please review the following fix for jdk17. > > Issue : On MacOS 11 Java Frame and JDialog application is freezing in Full > Screen when the System Preference -> General -> Prefer Tabs is set to "Full > Screen". It is also freezing in normal screen when Prefer Tabs is set to > "Alw

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

2021-05-31 Thread Anton Litvinov
On Sun, 30 May 2021 18:11:18 GMT, Phil Race wrote: >> Anton Litvinov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Second version of the fix > > test/jdk/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java > line 120: >

Re: RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v7]

2021-05-31 Thread Tejpal Rebari
On Mon, 31 May 2021 11:23:46 GMT, Jayathirth D V wrote: >> Tejpal Rebari has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - make string final >> - doPrivileged to the system.getproperty > > src/java.desktop/macosx/classes/sun/lwawt/macos

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

2021-05-31 Thread Anton Litvinov
On Sun, 30 May 2021 18:09:36 GMT, Phil Race wrote: >> Anton Litvinov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Second version of the fix > > test/jdk/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java > line 124: >

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

2021-05-31 Thread Anton Litvinov
On Sun, 30 May 2021 18:08:38 GMT, Phil Race wrote: >> Anton Litvinov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Second version of the fix > > test/jdk/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java > line 85: >

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

2021-05-31 Thread Anton Litvinov
On Sun, 30 May 2021 18:08:01 GMT, Phil Race wrote: >> Anton Litvinov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Second version of the fix > > test/jdk/java/awt/print/PrinterJob/ExceptionFromPrintableIsIgnoredTest.java > line 32: >

Re: RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v7]

2021-05-31 Thread Jayathirth D V
On Fri, 28 May 2021 13:54:36 GMT, Tejpal Rebari wrote: >> Hi All, >> Please review the following fix for jdk17. >> >> Issue : On MacOS 11 Java Frame and JDialog application is freezing in Full >> Screen when the System Preference -> General -> Prefer Tabs is set to "Full >> Screen". It is al

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

2021-05-31 Thread Maxim Kartashev
Hello All, I'd appreciate it very much if someone could find time to look at this pull request. Thanks a bunch! On Fri, May 21, 2021 at 11:01 AM Maxim Kartashev < maxim.kartas...@jetbrains.com> wrote: > > > On Fri, May 21, 2021 at 12:33 AM Sergey Bylokhov > wrote: > >> On Wed, 19 May 2021 10:23