8331495: Limit BasicDirectoryModel/LoaderThreadCount.java to Windows only

Reviewed-by: prr
This commit is contained in:
Alexey Ivanov 2024-05-01 16:38:25 +00:00
parent e833bfc8ac
commit 2a95cd473a

@ -40,6 +40,7 @@ import javax.swing.JFileChooser;
/*
* @test
* @bug 8325179
* @requires os.family == "windows"
* @summary Verifies there's only one BasicDirectoryModel.FilesLoader thread
* at any given moment
* @run main/othervm -Djava.awt.headless=true LoaderThreadCount