[foreign-abi] RFR: 8253823: Investigate ways to make handoff-like operation more explicit [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Wed Sep 30 10:07:07 UTC 2020


On Tue, 29 Sep 2020 22:40:58 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert commented lines in StdLibTest
>
> src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/MemorySegment.java line 150:
> 
>> 148:  * The {@link #handoff(HandoffTransform)} method can be used to change the thread-confinement properties (as well
>> 149:  * as other properties) of a memory segment. This method is, like {{@link #close()}} a <em>terminal operation</em>
>> 150:  * which marks the original segment as not alive (see {@link #isAlive()} and create a <em>new</em> segment with the
> 
> s/create/creates

will change

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/361


More information about the panama-dev mailing list