The latest JDK 21 feature list looks to cut the garbage collector capability, which might arrive in a future release. Credit: Thinkstock Java Development Kit (JDK) 21 is in an initial rampdown phase as of June 8. With the feature set now frozen, one feature is set to be dropped: generational Shenandoah, an experimental capability to enhance the Shenandoah garbage collector (GC). The JDK Enhancement Proposal (JEP) page for JDK 21, which is due as a production release September 19, now proposes cutting back the official feature set from 16 features down to 15, with generational Shenandoah getting the ax. Removal centers on a lack of readiness. The author of the JEP for generational Shenandoah, Roman Kennke of Amazon, has decided to remove it from JDK, or simply, Java 21, with the intent to evaluate it for a future JDK release when ready, according to Oracle, which oversees development of standard Java. Generational Shenandoah would enhance Shenandoah with experimental generational collection capabilities to improve sustainable throughput, load-spike resilience, and memory utilization. Goals of the plan include providing an experimental generational mode without breaking non-generational Shenandoah, with the intent of making it the default in a future release. Other goals include reducing the sustained memory footprint without sacrificing low GC pauses, cutting CPU and power usage, sustaining high throughput, and decreasing the risk of incurring degenerated and full collections during allocation spikes. Non-generational Shenandoah would not be replaced. The proposed removal, set for a review period until June 14, only is relevant for users of the Shenandoah GC in OpenJDK builds that support it; this does not impact the G1 GC, Z Garbage Collector (ZGC), or other modern garbage collectors. It also does not impact Java distributions that use G1 GC and ZGC, such as Oracle OpenJDK and the Oracle JDK. JDK 21, with other features such as a preview of structured concurrency, is set to be a long-term support (LTS) release of Java and receive multiple years of support. The last LTS release was JDK 17, which arrived in September 2021. JDK releases occur every six months, with LTS releases happening every two years. Feature releases arriving otherwise only get six months of support. The current feature release is JDK 20, which was published in March. Related content feature What is Rust? Safe, fast, and easy software development Unlike most programming languages, Rust doesn't make you choose between speed, safety, and ease of use. Find out how Rust delivers better code with fewer compromises, and a few downsides to consider before learning Rust. By Serdar Yegulalp Nov 20, 2024 11 mins Rust Programming Languages Software Development how-to Kotlin for Java developers: Classes and coroutines Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to modernize concurrency. By Matthew Tyson Nov 20, 2024 9 mins Java Kotlin Programming Languages analysis Azure AI Foundry tools for changes in AI applications Microsoft’s launch of Azure AI Foundry at Ignite 2024 signals a welcome shift from chatbots to agents and to using AI for business process automation. By Simon Bisson Nov 20, 2024 7 mins Microsoft Azure Generative AI Development Tools news Microsoft unveils imaging APIs for Windows Copilot Runtime Generative AI-backed APIs will allow developers to build image super resolution, image segmentation, object erase, and OCR capabilities into Windows applications. By Paul Krill Nov 19, 2024 2 mins Generative AI APIs Development Libraries and Frameworks Resources Videos