diff -r 97bd5e7151bc -r 5c956be64b9e test/tools/javac/T7093325.java --- a/test/tools/javac/T7093325.java Wed Jan 23 15:08:03 2013 +0000 +++ b/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);