> Please review this change to fix GenerateOopMap to not report an unreachable > bytecode for async exception handling and for the first bytecode in an > exception catch clause. The first change will generate a safepoint entry > that doesn't allow async exceptions for bytecodes that cannot trap. The > second change creates an exception edge for the first bytecode in an > exception catch clause whether it can trap or not. > This also adds a GenerateOopMapALot at safeopints to test interpreter oopmap > generation. Tested JCKs with this option. > Thanks to @tkrodriguez for the kill003 test. > Also tested tier1-8.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision: Add java/foreign/TestHandshake.java to the ProblemList.txt until JDK-8364167 is fixed. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30171/files - new: https://git.openjdk.org/jdk/pull/30171/files/143842d8..f175d399 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30171&range=08 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30171&range=07-08 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30171.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30171/head:pull/30171 PR: https://git.openjdk.org/jdk/pull/30171
