The OSX implementation of the Semaphore requires `os::javaTimeNanos` which requires that we have initiated the clocks via `os::Bsd::clock_init()`. Or we will get an integer division by zero when performing a trywait.
I propose that we let this test setup `os::Bsd::clock_init()` rather than being forced to run in VM.
I propose that we let this test setup `os::Bsd::clock_init()` rather than being forced to run in VM.
- relates to
-
JDK-8372241 Add GTestCheckers
-
- Open
-
- links to
-
Review(pr/28409)
openjdk/jdk/28417