test/tools/javac/T7093325.java

changeset 1520
5c956be64b9e
parent 1482
954541f13717
child 2034
ac6ec071c2b2
     1.1 --- a/test/tools/javac/T7093325.java	Wed Jan 23 15:08:03 2013 +0000
     1.2 +++ b/test/tools/javac/T7093325.java	Wed Jan 23 20:57:40 2013 +0000
     1.3 @@ -23,13 +23,17 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug 7093325
     1.8 + * @bug 7093325 8006694
     1.9   * @summary Redundant entry in bytecode exception table
    1.10 + *  temporarily workaround combo tests are causing time out in several platforms
    1.11   * @library lib
    1.12   * @build JavacTestingAbstractThreadedTest
    1.13 - * @run main T7093325
    1.14 + * @run main/othervm T7093325
    1.15   */
    1.16  
    1.17 +// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
    1.18 +// see JDK-8006746
    1.19 +
    1.20  import java.io.File;
    1.21  import java.net.URI;
    1.22  import java.util.Arrays;
    1.23 @@ -171,8 +175,6 @@
    1.24              gapsCount++;
    1.25          }
    1.26  
    1.27 -        //System.out.printf("gaps %d \n %s \n", gapsCount, source.toString());
    1.28 -
    1.29          File compiledTest = new File(String.format("Test%s.class", id));
    1.30          try {
    1.31              ClassFile cf = ClassFile.read(compiledTest);

mercurial