mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
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:
parent
6a8ea38ecc
commit
d2e4f879b1
2 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue