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

CallJavaNode::_bci is not in use

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 17
    • 17
    • hotspot
    • b03

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: