RFR: 8361647: Report the error reason on failed semaphore calls on macOS
David Holmes
dholmes at openjdk.org
Thu Jul 10 01:57:49 UTC 2025
On Wed, 9 Jul 2025 09:31:15 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Looks ok, I'm curious why the name of the method was changed though
The name was already a little odd because the function is `semaphore_create` not `sem_init`, but it is where `sem_init_strerror` was called from. Now it is called from all the functions so the `init` part of the name made even less sense.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26212#issuecomment-3054979488
More information about the hotspot-runtime-dev
mailing list