OpenJDK / jdk / jdk
changeset 49434:951f29c9aef5
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
author | jlahoda |
---|---|
date | Wed, 28 Mar 2018 10:24:26 +0200 |
parents | b6671a111395 |
children | 5fd26ab491fa |
files | test/hotspot/jtreg/ProblemList.txt test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) {