RFR JDK-8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978 (original) (raw)

Jan Lahoda jan.lahoda at oracle.com
Fri Mar 23 15:04:51 UTC 2018


Hi,

In JDK-8194978, the desugaring of try-with-resources in javac has been made more efficient. This also leads to less entries in the exception table. But the test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java test is expecting a particular number of entries in the table, and so fails. The proposal here is to update the expected number of entries in the table.

Bug: https://bugs.openjdk.java.net/browse/JDK-8200135 Webrev: http://cr.openjdk.java.net/~jlahoda/8200135/webrev.00/

Thanks, Jan



More information about the hotspot-dev mailing list