RFR: 8257910: [JVMCI] Set exception_seen accordingly in the runtime. [v3]
Vladimir Kozlov
kvn at openjdk.java.net
Thu Dec 10 17:05:59 UTC 2020
On Thu, 10 Dec 2020 13:19:52 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
>> 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.
Looks good. Unfortunately it missed JDK16 fork but because it is P3 bug it can be fixed there without approval for now (RDP1 phase).
Please, create PR based on https://github.com/openjdk/jdk16 (create your fork for it) and I will approve it. After push the fix will be auto-forwarded into JDK 17 (current https://github.com/openjdk/jdk)
-------------
Changes requested by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1713
More information about the hotspot-dev
mailing list