8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
authorjlahoda
Wed, 28 Mar 2018 10:24:26 +0200
changeset 49434 951f29c9aef5
parent 49433 b6671a111395
child 49435 5fd26ab491fa
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978 Summary: Adjusting the expected number of exception table entries to the recent changes in javac. Reviewed-by: kvn
test/hotspot/jtreg/ProblemList.txt
test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
--- a/test/hotspot/jtreg/ProblemList.txt	Tue Mar 27 16:25:40 2018 -0700
+++ b/test/hotspot/jtreg/ProblemList.txt	Wed Mar 28 10:24:26 2018 +0200
@@ -44,7 +44,6 @@
 compiler/codecache/stress/OverloadCompileQueueTest.java 8166554 generic-all
 compiler/codegen/Test6896617.java 8193479 generic-all
 compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8140405 generic-all
-compiler/jvmci/compilerToVM/GetExceptionTableTest.java 8200135 generic-all
 compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java 8158860 generic-all
 compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all
 compiler/tiered/LevelTransitionTest.java 8067651 generic-all
--- a/test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java	Tue Mar 27 16:25:40 2018 -0700
+++ b/test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java	Wed Mar 28 10:24:26 2018 +0200
@@ -55,7 +55,7 @@
 
     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) {