David Holmes
David Holmes
This fixes an issue reported in https://bugs.openjdk.org/browse/JDK-8340401 caused by a difference in the thread initialization protocol for new Java threads, by using the same Monitor-based "handshake" protocol on all platforms....
Hi all, This pull request contains a backport of commit [334683e6](https://github.com/openjdk/jdk/commit/334683e634c23a3672585e4309a528d0944d942e) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by David Holmes on 26 Jun 2025 and was...
As discussed in JBS the deadlock occurs when the call to `ReleasePrimitiveArrayCritical` performs the transition from native to VM, and in the process checks for special runtime exit conditions -...
This test is checking for backsliding on the use of NULL in the hotspot source files. The test only needs to be run once per change but it is defined...