On Mon, 7 Nov 2022 14:59:27 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

>> Maurizio Cimadamore has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Bring windows CallArranger in sync with panama repo
>
> I have incorporated additional API changes, described in this document:
> http://cr.openjdk.java.net/~mcimadamore/panama/session_arenas.html
> 
> The main change is that `MemorySession` is now a pure lifetime abstraction 
> and no longer implements `AutoCloseable`/`SegementAllocator`. Instead a new 
> abstraction, called `Arena` should be used for deterministic deallocation use 
> cases. This change allows several simplifications on the `MemorySession` API, 
> as there's no more need to support non-closeable views.

@mcimadamore looks like your latest merge also undid the changes from you 
`b98febf` commit again

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

PR: https://git.openjdk.org/jdk/pull/10872

Reply via email to