News

JDK 21's virtual threads are a major leap forward for Java's concurrency model. Previously, Java relied on OS threads, which were resource-heavy, limiting how many threads could run concurrently.
Java could gain a capability for sharing immutable data across threads, based on a plan now under consideration in the OpenJDK realm. An OpenJDK proposal for extent-local variables, currently an ...