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.
- links to
-
Commit(master) openjdk/jdk/7d1fe0e0
-
Review(master) openjdk/jdk/24165