[lworld] RFR: 8351569: [lworld] Revisit atomic access modes in flat var handles [v5]
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Mar 21 16:17:51 UTC 2025
On Fri, 21 Mar 2025 15:36:09 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Tighten the signature of VarHandles::checkAtomicFlatArray
>
> src/java.base/share/classes/jdk/internal/misc/Unsafe.java line 3286:
>
>> 3284: }
>> 3285:
>> 3286: public Object getAndSetFlatValue(Object o, long offset, int layoutKind, Class<?> valueType, Object newValue) {
>
> Why no more `@ForceInline`?
Good catch
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1402#discussion_r2007903156
More information about the valhalla-dev
mailing list