JVMCI implicit exceptions operate differently than regular ones and aren't printed clearly. We should use the implicit table to track our special usages and use it for dispatch and printing.
Changes were pushed into graal-jvmci-8 repo and we need to port it into jdk/jdk.
https://github.com/graalvm/graal-jvmci-8/commit/5ed33bddbdda877cdcf8526238fc0bd468efa261
and also follow up changes "Add assertions to verify implicit exception deopt points":
https://github.com/graalvm/graal-jvmci-8/commit/111dbfd99edb1ac227cb00cd0faa8e1ef13c18bb
Changes were pushed into graal-jvmci-8 repo and we need to port it into jdk/jdk.
https://github.com/graalvm/graal-jvmci-8/commit/5ed33bddbdda877cdcf8526238fc0bd468efa261
and also follow up changes "Add assertions to verify implicit exception deopt points":
https://github.com/graalvm/graal-jvmci-8/commit/111dbfd99edb1ac227cb00cd0faa8e1ef13c18bb
- duplicates
-
JDK-8209626 [JVMCI] Use implicit exception table for dispatch and printing
- Resolved