Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8258653

CallJavaNode::_bci is not in use

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • 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.

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

              Created:
              Updated:
              Resolved: