Integrated: 8258653: CallJavaNode::_bci is not in use

Xin Liu xliu at openjdk.java.net
Mon Dec 21 23:30:55 UTC 2020


On Fri, 18 Dec 2020 01:46:43 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.

This pull request has now been integrated.

Changeset: 30b9ff66
Author:    Xin Liu <xliu at openjdk.org>
Committer: Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/30b9ff66
Stats:     31 lines in 14 files changed: 1 ins; 11 del; 19 mod

8258653: CallJavaNode::_bci is not in use

Reviewed-by: kvn, vlivanov

-------------

PR: https://git.openjdk.java.net/jdk/pull/1834


More information about the hotspot-compiler-dev mailing list