jdk/test/com/sun/jdi/CatchPatternTest.sh
changeset 32018 91c91b3d50a0
parent 31909 8cbbb77c5826
child 40468 ae9bae97a312
equal deleted inserted replaced
31910:64d8434c9d85 32018:91c91b3d50a0
    26 #  @test
    26 #  @test
    27 #  @bug 4671838
    27 #  @bug 4671838
    28 #  @summary TTY: surprising ExceptionSpec.resolveEventRequest() wildcard results
    28 #  @summary TTY: surprising ExceptionSpec.resolveEventRequest() wildcard results
    29 #  @author Tim Bell
    29 #  @author Tim Bell
    30 #
    30 #
       
    31 #  @key intermittent
    31 #  @run shell CatchPatternTest.sh
    32 #  @run shell CatchPatternTest.sh
    32 classname=CatchPatternTestTarg
    33 classname=CatchPatternTestTarg
    33 createJavaFile()
    34 createJavaFile()
    34 {
    35 {
    35     cat <<EOF > $classname.java.1
    36     cat <<EOF > $classname.java.1