RFR: 8274122: java/io/File/createTempFile/SpecialTempFile.java fails in Windows 11 [v2]
Roger Riggs
rriggs at openjdk.org
Tue Oct 24 18:01:42 UTC 2023
On Tue, 19 Sep 2023 21:55:24 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Windows 11 does not reserve as many names as prior versions of Windows so do not expect exceptions for COM7 and LPT1.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8274122: Make value of exceptionExpected more robust to Windows version
There are newer jdk.internal.util APIs to check OS and version but they need jtreg to open up java.base. See OperatingSystem and OSVersion if interested.
-------------
Marked as reviewed by rriggs (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15460#pullrequestreview-1695544345
More information about the core-libs-dev
mailing list