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

[vectorapi] laneHelper and withLaneHelper should be ForceInline

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • None
    • core-libs
    • b16

      Vector::lane and Vector::withLane call into laneHelper and withLaneHelper so that the index argument can be a constant passing to VectorSupport::extract and VectorSupport::insert. Failure to inline these will make Vector::lane and Vector::withLane not able to be intrinsified properly. As a result, it is preferable to make these methods ForceInline.

            igraves Ian Graves
            qmai Quan Anh Mai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: