Re: RFR: 8319211: Regression in LoopOverNonConstantFP

2023-11-01 Thread Jorn Vernee
On Wed, 1 Nov 2023 14:10:10 GMT, Maurizio Cimadamore wrote: > This PR fixes an inexact var handle call that sneaked in as part of > https://git.openjdk.org/jdk/pull/16224. > > As some default methods were moved from `MemorySegment` to > `AbstractMemorySegmentImpl`, the type of `this` has chan

RFR: 8319211: Regression in LoopOverNonConstantFP

2023-11-01 Thread Maurizio Cimadamore
This PR fixes an inexact var handle call that sneaked in as part of https://git.openjdk.org/jdk/pull/16224. As some default methods were moved from `MemorySegment` to `AbstractMemorySegmentImpl`, the type of `this` has changed, and this made all the var handle calls in the memory segment access