-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
repo-panama
-
Cause Known
As part of JDK-8310362, now all memory segment var handles accept an extra long coordinate, a segment offset, which is useful to make var handles more composable.
That said, in many cases this offset is left to zero, or some other constant. It would be useful if the API provided a convenience overload to bind the offset coordinate to a known value, so that subsequent accesses can be made simpler.
That said, in many cases this offset is left to zero, or some other constant. It would be useful if the API provided a convenience overload to bind the offset coordinate to a known value, so that subsequent accesses can be made simpler.
- duplicates
-
JDK-8312199 Add ML::varHandle, sliceHandle, and byteOffsetHandle overloads that take a fixed base offset
-
- Closed
-
- links to
-
Review openjdk/panama-foreign/900