On Thu, 30 Jan 2025 15:41:41 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> The change made for > [JDK-8003887](https://bugs.openjdk.org/browse/JDK-8003887) updated > `File.getCanonicalPath` to resolve symbolic links on Windows, but its > specification was not modified to reflect this. Here it is proposed to > correct that omission. This pull request has now been integrated. Changeset: 0181030b Author: Brian Burkhalter <b...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0181030bdc300f1d8fe02c3e2e599c997a4ab876 Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod 8349006: File.getCanonicalPath should remove "(on UNIX platforms)" from its specification Reviewed-by: jlu, naoto ------------- PR: https://git.openjdk.org/jdk/pull/23371