langtools/test/tools/javac/T7093325.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 32454 b0ac04e0fefe
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    25  * @test
    25  * @test
    26  * @bug 7093325 8006694
    26  * @bug 7093325 8006694
    27  * @summary Redundant entry in bytecode exception table
    27  * @summary Redundant entry in bytecode exception table
    28  *  temporarily workaround combo tests are causing time out in several platforms
    28  *  temporarily workaround combo tests are causing time out in several platforms
    29  * @library lib
    29  * @library lib
    30  * @modules jdk.compiler/com.sun.tools.classfile
    30  * @modules jdk.jdeps/com.sun.tools.classfile
    31  * @build JavacTestingAbstractThreadedTest
    31  * @build JavacTestingAbstractThreadedTest
    32  * @run main/othervm T7093325
    32  * @run main/othervm T7093325
    33  */
    33  */
    34 
    34 
    35 // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
    35 // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)