- Mastering Java 11
- Dr. Edward Lavieri
- 36字
- 2021-08-13 15:43:12
Thread-local handshakes
With Java 10 and beyond, it is possible to stop individual threads without having to perform a global virtual machine safepoint. We will fully explore this change in Chapter 3, Java 11 Fundamentals.