On Mon, 26 Dec 2022 05:17:30 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> This assertion happens when we try to build the path linked by the shortcut > file when part of that path is not accessible. For example, if the ".lnk" > file is pointed to the "windows-update. settings" inside the > "Internet.settings". > > After the change, we will skip the target of the link if any part of the path > to the target is not a folder and is not traversable in JFileChooser. This pull request has now been integrated. Changeset: 78b1686c Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/78b1686c150aeaa29c5d969b70c9c42c872246a2 Stats: 88 lines in 4 files changed: 82 ins; 0 del; 6 mod 8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError Reviewed-by: aivanov, tr ------------- PR: https://git.openjdk.org/jdk/pull/11789