langtools/test/tools/javac/T7093325.java
changeset 15384 5a8d00abf076
parent 15040 99fd9483d3f0
child 20236 32da2c913ac4
--- a/langtools/test/tools/javac/T7093325.java	Wed Jan 23 15:08:03 2013 +0000
+++ b/langtools/test/tools/javac/T7093325.java	Wed Jan 23 20:57:40 2013 +0000
@@ -23,13 +23,17 @@
 
 /*
  * @test
- * @bug 7093325
+ * @bug 7093325 8006694
  * @summary Redundant entry in bytecode exception table
+ *  temporarily workaround combo tests are causing time out in several platforms
  * @library lib
  * @build JavacTestingAbstractThreadedTest
- * @run main T7093325
+ * @run main/othervm T7093325
  */
 
+// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
+// see JDK-8006746
+
 import java.io.File;
 import java.net.URI;
 import java.util.Arrays;
@@ -171,8 +175,6 @@
             gapsCount++;
         }
 
-        //System.out.printf("gaps %d \n %s \n", gapsCount, source.toString());
-
         File compiledTest = new File(String.format("Test%s.class", id));
         try {
             ClassFile cf = ClassFile.read(compiledTest);