Re: RFR: 8342457: Remove calls to doPrivileged in swing [v2]

2024-11-03 Thread Prasanta Sadhukhan
On Wed, 30 Oct 2024 18:21:27 GMT, Andy Goryachev wrote: >> Removes doPrivileged in the following module: >> >> - javafx.swing >> >> See JDK-8342441 for details. >> >> As a helpful hint for reviewers, I recommend reviewing this using the "Hide >> whitespace" option. > > Andy Goryachev has upda

Re: RFR: 8342457: Remove calls to doPrivileged in swing [v2]

2024-10-30 Thread Kevin Rushforth
On Wed, 30 Oct 2024 18:21:27 GMT, Andy Goryachev wrote: >> Removes doPrivileged in the following module: >> >> - javafx.swing >> >> See JDK-8342441 for details. >> >> As a helpful hint for reviewers, I recommend reviewing this using the "Hide >> whitespace" option. > > Andy Goryachev has upda

Re: RFR: 8342457: Remove calls to doPrivileged in swing [v2]

2024-10-30 Thread Andy Goryachev
> Removes doPrivileged in the following module: > > - javafx.swing > > See JDK-8342441 for details. > > As a helpful hint for reviewers, I recommend reviewing this using the "Hide > whitespace" option. Andy Goryachev has updated the pull request with a new target base due to a merge or a reba

Re: RFR: 8342457: Remove calls to doPrivileged in swing

2024-10-30 Thread Kevin Rushforth
On Mon, 28 Oct 2024 14:59:12 GMT, Andy Goryachev wrote: > Removes doPrivileged in the following module: > > - javafx.swing > > See JDK-8342441 for details. > > As a helpful hint for reviewers, I recommend reviewing this using the "Hide > whitespace" option. Looks good other than the one left

RFR: 8342457: Remove calls to doPrivileged in swing

2024-10-28 Thread Andy Goryachev
Removes doPrivileged in the following module: - javafx.swing See JDK-8342441 for details. As a helpful hint for reviewers, I recommend reviewing this using the "Hide whitespace" option. - Commit messages: - Merge remote-tracking branch 'origin/master' into 8342457.do.privileged.s