RFR: 8257910: [JVMCI] Set exception_seen accordingly in the runtime. [v2]
Yudi Zheng
yzheng at openjdk.java.net
Wed Dec 9 23:06:47 UTC 2020
> Update exception_seen flag in the MDO when no exception handler is found for caller during deoptimization, or when exception is thrown in the runtime.
>
> Plus, `-Xlog:exceptions=info` code and `AbortVMOnException` are adjusted in C1 runtime and jvmci runtime to be consistent with C2, i.e., before `JvmtiExport::can_post_on_exceptions` deoptimization and fast continuation when compiled handler is found.
Yudi Zheng has updated the pull request incrementally with one additional commit since the last revision:
Address comments.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1713/files
- new: https://git.openjdk.java.net/jdk/pull/1713/files/011462c4..bb4a3ff0
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1713&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1713&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/1713.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1713/head:pull/1713
PR: https://git.openjdk.java.net/jdk/pull/1713
More information about the hotspot-dev
mailing list