[jdk8u-dev] RFR: 8287463: JFR: Disable TestDevNull.java on Windows [v2]
Jiří Vaněk
jvanek at openjdk.org
Wed Feb 1 11:37:00 UTC 2023
On Tue, 31 Jan 2023 17:31:49 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:
>> 8287463: JFR: Disable TestDevNull.java on Windows
>
> Jiří Vaněk has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.
Sure. If somebody ever manage to make
String os = System.getProperty("os.name").toLowerCase();
if (os.startsWith("win")) {
...
not working. This test will be of least concern:)
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/255
More information about the jdk8u-dev
mailing list