[jdk11u-dev] RFR: 8267396: Avoid recording "pc" in unhandled oops detector for better performance
Paul Hohensee
phh at openjdk.java.net
Wed Jun 30 17:36:07 UTC 2021
On Fri, 25 Jun 2021 12:39:15 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> This improves the performance under `-XX:+CheckUnhandledOops`. Backport is unclean, because `Thread::is_in_stack` was renamed to `Thread::is_in_live_stack` by [JDK-8238988](https://bugs.openjdk.java.net/browse/JDK-8238988).
>
> Additional testing:
> - [ ] `tier1` with `-XX:+CheckUnhandledOops`
There are four linked issues. I recommend backporting them too, and pushing them together.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/71
More information about the jdk-updates-dev
mailing list