RFR: 8265218: trace_method_handle_stub fails to find calling frame on x86 [v3]
Vladimir Ivanov
vlivanov at openjdk.java.net
Wed Apr 21 15:32:40 UTC 2021
On Wed, 21 Apr 2021 14:17:24 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> JDK-8265218: trace_method_handle_stub fails to find calling frame on x86
> was observed in Tier7 and Tier8 so you should do a Tier7 and a Tier8 run
> on this fix just to be safe.
I definitely can, but it looks like a waste of resources because:
(1) I was able to locally reproduce the failure and verified the patch fixes it;
(2) I did much more extensive testing: ran hs-tier1 and hs-tier2 w/ `-Xlog:methodhandles=trace`
-------------
PR: https://git.openjdk.java.net/jdk/pull/3554
More information about the hotspot-runtime-dev
mailing list