RFR(XS): 8144851: java/lang/StackWalker/LocalsAndOperands.java: SEGV in StackValue::create_stack_value
Vladimir Ivanov
vladimir.x.ivanov at oracle.com
Wed Dec 16 16:59:18 UTC 2015
Looks good.
Best regards,
Vladimir Ivanov
On 12/16/15 4:54 PM, Roland Westrelin wrote:
> http://cr.openjdk.java.net/~roland/8144851/webrev.00/
>
> The crash occurs because the local which is retrieved by the stack walking code is stored in rbp. The correct rbp location is only kept in the RegisterMap if _update_map is true for that RegisterMap which is never true for vframeStream.
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list