> As we advance, converting older JDK code to use the relatively new FFM API 
> requires system calls that can provide `errno` and the likes to explicitly 
> allocate a MemorySegment to capture potential error states. This can lead to 
> negative performance implications if not designed carefully and also 
> introduces unnecessary code complexity.
> 
> Hence, this PR proposes adding a JDK internal method handle adapter that can 
> be used to handle system calls with `errno`, `GetLastError`, and 
> `WSAGetLastError`.
> 
> It relies on an efficient carrier-thread-local cache of memory regions to 
> allide allocations.

Per Minborg has updated the pull request incrementally with two additional 
commits since the last revision:

 - Revert more incidental changes
 - Revert incidental change

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25043/files
  - new: https://git.openjdk.org/jdk/pull/25043/files/9772c703..4a6ae69e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25043&range=09
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25043&range=08-09

  Stats: 9 lines in 1 file changed: 0 ins; 0 del; 9 mod
  Patch: https://git.openjdk.org/jdk/pull/25043.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25043/head:pull/25043

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

Reply via email to