CallJavaNode::_bci is not in use

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 17
    • Affects Version/s: 17
    • Component/s: hotspot
    • b03

      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().
        ciMethod* symbolic_info = jvms()->method()->get_method_at_bci(_bci);

      It also copies to MachCallJavaNode, but CodeGen doesn't use it as well.

            Assignee:
            Xin Liu
            Reporter:
            Xin Liu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: