8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978

Adjusting the expected number of exception table entries to the recent changes in javac.

Reviewed-by: kvn
This commit is contained in:
Jan Lahoda 2018-03-28 10:24:26 +02:00
parent 6a8ea38ecc
commit d2e4f879b1
2 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,7 @@ public class GetExceptionTableTest {
public static final int TRY_CATCH_COUNT = 3;
public static final int TRY_CATCH_FINALLY_COUNT = 8;
public static final int TRY_WITH_RESOURCES_COUNT = 6;
public static final int TRY_WITH_RESOURCES_COUNT = 5;
public static final int EMPTY_COUNT = 0;
public static void main(String[] args) {