On Thu, 16 Jan 2025 20:38:40 GMT, David Holmes <dhol...@openjdk.org> wrote:
> Maybe I'm missing some subtlety here but shouldn't these special names always > fail on all Windows versions, so we just need to check Platform.isWindows() > from the test library? There was a change in Windows 11 as to which special names are allowed or disallowed (see [JDK-8274122](https://bugs.openjdk.org/browse/JDK-8274122)), so I think we either have to deal with the versioning or just drop the part of the test which deals with these special names. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23117#issuecomment-2596851705