RFR: 8258653: CallJavaNode::_bci is not in use [v2]
Vladimir Ivanov
vlivanov at openjdk.java.net
Fri Dec 18 16:51:02 UTC 2020
On Fri, 18 Dec 2020 05:05:08 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> The member variable CallJavaNode::_bci is completely dead in release build.
>> In debug builds, CallJavaNode::validate_symbolic_info does refer to it, but
>> the information can obtain from jvms()->bci(). CallJavaNode also copies _bci
>> to MachCallJavaNode, but CodeGen doesn't use it as well.
>
> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
>
> fix ppc64 build
Nice catch! Looks good.
-------------
Marked as reviewed by vlivanov (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1834
More information about the hotspot-compiler-dev
mailing list