Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v8]

2023-09-27 Thread Brian Burkhalter
On Wed, 27 Sep 2023 16:57:08 GMT, Alan Bateman wrote: > I'll add myself as Reviewer to the CSR when you create it. CSR created. Thanks! - PR Comment: https://git.openjdk.org/jdk/pull/15673#issuecomment-1737786818

Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v8]

2023-09-27 Thread Alan Bateman
On Wed, 27 Sep 2023 16:19:04 GMT, Brian Burkhalter wrote: >> On Windows, do not return `true` from the `java.io.File` methods >> `setReadable(boolean, boolean)` and `setExecutable(boolean, boolean)` if the >> file does not exist. > > Brian Burkhalter has updated the pull request incrementally w

Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v8]

2023-09-27 Thread Brian Burkhalter
> On Windows, do not return `true` from the `java.io.File` methods > `setReadable(boolean, boolean)` and `setExecutable(boolean, boolean)` if the > file does not exist. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8316000: Ad