test/tools/javac/flow/LVTHarness.java

changeset 2572
31d2a837676f
parent 2534
71a31843f550
child 2702
9ca8d8713094
child 2709
dca7f60e618d
equal deleted inserted replaced
2569:d3515520e68e 2572:31d2a837676f
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 7047734 8027660 8037937 8047719 26 * @bug 7047734 8027660 8037937 8047719 8058708
27 * @summary The LVT is not generated correctly during some try/catch scenarios 27 * @summary The LVT is not generated correctly during some try/catch scenarios
28 * javac crash while creating LVT entry for a local variable defined in 28 * javac crash while creating LVT entry for a local variable defined in
29 * an inner block 29 * an inner block
30 * @library /tools/javac/lib 30 * @library /tools/javac/lib
31 * @build JavacTestingAbstractProcessor LVTHarness 31 * @build JavacTestingAbstractProcessor LVTHarness

mercurial