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

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Mar 23 15:49:35 UTC 2018


Looks good.

Thanks, Vladimir

On 3/23/18 8:04 AM, Jan Lahoda wrote:

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