uschindler opened a new pull request, #12294: URL: https://github.com/apache/lucene/pull/12294
This is the Java 21 version of MemorySegments following [JEP 442](https://openjdk.org/jeps/442). There are not many changes: - Update scriptDepVersion's ASM to 9.5 and extract the preview API to a separate APIJAR file - make a clone of `MemorySegmentIndexInput` (no changes needed) - make a clone of `MemorySegmentIndexInputProvider` and adapt allocating a shared `Arena`. Also adapt FileChannel's map API to use `Arena`directly (scope is gone there). I will make this PR a draft until JDK 21 is in final phase (RC). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org