RFR: 8342682: Errors related to unused code on Windows after 8339120 in dt_shmem jdwp security and jpackage [v2]
David Holmes
dholmes at openjdk.org
Fri Nov 1 04:52:29 UTC 2024
On Thu, 31 Oct 2024 19:07:42 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> I do wonder if mutex support can be implemented for Windows with Acquire/ReleaseSRWLockExclusive.
A `CriticalSection` is a mutex. A RWLock is not a "mutex".
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21616#issuecomment-2451288744
More information about the core-libs-dev
mailing list