8034175: Remove use of UseVMInterruptibleIO from tests

Reviewed-by: chegar
This commit is contained in:
Alan Bateman 2014-02-11 10:49:07 +00:00
parent f776be9c0f
commit 804f3e85f3
3 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
* @bug 4313887 6993267
* @summary Unit test for Sun-specific ExtendedCopyOption.INTERRUPTIBLE option
* @library ..
* @run main/othervm -XX:-UseVMInterruptibleIO InterruptCopy
*/
import java.nio.file.*;

View File

@ -25,7 +25,6 @@
* @test
* @bug 6384064
* @summary Check proper handling of interrupts
* @run main/othervm -XX:-UseVMInterruptibleIO Interrupt
* @author Martin Buchholz
*/

View File

@ -25,7 +25,6 @@
* @test
* @bug 6450200 6450205 6450207 6450211
* @summary Test proper handling of tasks that terminate abruptly
* @run main/othervm -XX:-UseVMInterruptibleIO ThrowingTasks
* @author Martin Buchholz
*/