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
- Previous message: RFR (S) 8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
- Next message: RFR JDK-8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR (S) 8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
- Next message: RFR JDK-8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]