Re: RFR: 8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError [v2]

2023-01-11 Thread Tejesh R
On Fri, 6 Jan 2023 22:02:38 GMT, Sergey Bylokhov 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.setti

Re: RFR: 8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError [v2]

2023-01-09 Thread Alexey Ivanov
On Fri, 6 Jan 2023 22:02:38 GMT, Sergey Bylokhov 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.setti

Re: RFR: 8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError [v2]

2023-01-06 Thread Sergey Bylokhov
> 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 l