8034175: Remove use of UseVMInterruptibleIO from tests
authoralanb
Tue, 11 Feb 2014 10:49:07 +0000
changeset 22952 4352deb511f5
parent 22951 5fd21112b2b6
child 22953 269b0b696c0c
8034175: Remove use of UseVMInterruptibleIO from tests Reviewed-by: chegar
jdk/test/java/nio/file/Files/InterruptCopy.java
jdk/test/java/util/concurrent/BlockingQueue/Interrupt.java
jdk/test/java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
--- a/jdk/test/java/nio/file/Files/InterruptCopy.java	Tue Feb 11 09:59:34 2014 +0000
+++ b/jdk/test/java/nio/file/Files/InterruptCopy.java	Tue Feb 11 10:49:07 2014 +0000
@@ -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.*;
--- a/jdk/test/java/util/concurrent/BlockingQueue/Interrupt.java	Tue Feb 11 09:59:34 2014 +0000
+++ b/jdk/test/java/util/concurrent/BlockingQueue/Interrupt.java	Tue Feb 11 10:49:07 2014 +0000
@@ -25,7 +25,6 @@
  * @test
  * @bug 6384064
  * @summary Check proper handling of interrupts
- * @run main/othervm -XX:-UseVMInterruptibleIO Interrupt
  * @author Martin Buchholz
  */
 
--- a/jdk/test/java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java	Tue Feb 11 09:59:34 2014 +0000
+++ b/jdk/test/java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java	Tue Feb 11 10:49:07 2014 +0000
@@ -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
  */