< prev index next >

test/compiler/c2/InterruptedTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -24,13 +24,16 @@
 
 /*
  * @test
  * @bug 6772683
  * @summary Thread.isInterrupted() fails to return true on multiprocessor PC
- * @run main/othervm InterruptedTest 100
+ *
+ * @run main/othervm compiler.c2.InterruptedTest 100
  */
 
+package compiler.c2;
+
 public class InterruptedTest {
 
     public static void main(String[] args) throws Exception {
         /* The value of the threshold determines for how many seconds
          * the main thread must wait for the worker thread. On highly
< prev index next >