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

Alan Bateman alanb at openjdk.org
Wed Sep 27 17:00:16 UTC 2023


On Wed, 27 Sep 2023 16:19:04 GMT, Brian Burkhalter <bpb at openjdk.org> 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 with one additional commit since the last revision:
> 
>   8316000: Address comment https://github.com/openjdk/jdk/pull/15673#discussion_r1338208315

Thanks for persistent with this, I think we have a winner. I'll add myself as Reviewer to the CSR when you create it.

-------------

Marked as reviewed by alanb (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15673#pullrequestreview-1647181749


More information about the core-libs-dev mailing list