captureCallState versus critical
David Lloyd
david.lloyd at redhat.com
Thu Jul 18 16:07:11 UTC 2024
One of the very first things I tried to do with the FFM API was to call
(unistd.h) `read` on a non-blocking file with a small heap buffer. Of
course, I was immediately rebuffed: it is not allowed to capture `errno`
from critical methods (including those which access the heap).
What is the reason for this restriction, and is there a possibility that it
could be relaxed in the future? Having to allocate (possibly tiny) off-heap
memory for any operation that may set `errno` is a difficult restriction in
terms of usability.
Thanks!
--
- DML • he/him
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/panama-dev/attachments/20240718/b767657f/attachment.htm>
More information about the panama-dev
mailing list