RFR: 8331553: Windows JVM leaks Event and Thread handles when multiple threads are used [v2]

David Holmes dholmes at openjdk.org
Mon Jul 29 09:59:38 UTC 2024


On Mon, 29 Jul 2024 06:04:52 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

> With the original code, the publisher thread was getting the monitor ~100x more often than the subscriber thread; with the new code, the publisher thread gets the monitor 2x more often than the subscriber thread. 

Okay but still, based on the code change, I do not understand why this would be the case.

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

PR Comment: https://git.openjdk.org/jdk/pull/19778#issuecomment-2255501320


More information about the build-dev mailing list