Java News
Episode 35 “Stream Gatherers” with Viktor KlangIn this episode, Ana is joined by Viktor Klang, core JDK architect and author of the Stream Gatherers JDK Enhancement Proposal, to dive into one of the standout features of JDK 24: the Gatherers API.
Read MoreJava for AI
Many Java features, existing and future, can meet the demands of AI. Existing features include the Foreign Function and Memory API and the Vector API. Future features include those proposed by Project Valhalla and Project Babylon. This video discusses these features and how they might be used by Java libraries and applications to build competitive AI solutions.
Read MoreJEP targeted to JDK 25: 511: Module Import Declarations
The following JEP is targeted to JDK 25: 511: Module Import Declarations
Read MoreStrings Just Got Faster
In JDK 25, Strings used as keys in immutable Maps can be much faster.
Read MoreAnnouncing Jipher: Java Cryptographic Service Provider for FIPS Environments
We are excited to announce the release of Oracle Jipher, a Java Cryptographic Service Provider that packages a Federal Information Processing Standards (FIPS) 140-2 validated OpenSSL cryptographic module. The Jipher provider makes the cryptographic services available for Java developers using the standard Java Cryptography Architecture (JCA) framework.
Read MoreFinalizing the Java On-ramp - Inside Java Newscast #90
Big, or would it be compact(?), changes are coming to Java in the Java 25 release! In this episode of the Inside Java Newscast we are taking a look at how the Paving the On-ramp is set to feature set is set to be finalized in Java 25. We will also look at the launch of our new website lear.java, dedicated to people wanting to learn to write in Java, and those teaching Java!
Read MoreJEP targeted to JDK 25: 503: Remove the 32-bit x86 Port
The following JEP is targeted to JDK 25: 503: Remove the 32-bit x86 Port
Read MoreWhere Is the Java Language Going?
Join Brian Goetz (Java Language Architect) on a whirlwind tour of recent enhancements and future directions for the Java language with a special emphasis on Project Amber and Project Valhalla.
Read MoreOracle Java Extension for Visual Studio Code Version 24.0.0 Is Now Available!
New Java Platform Extension for VS Code Release
Read MoreHow ZGC Allocates Memory for the Java Heap
This post explores how ZGC, one of the garbage collectors in the OpenJDK, allocates memory for the Java heap, focusing on enhancements introduced in JDK-8350441 with the Mapped Cache. A garbage collector does much more than just collect garbage - and that’s what I want to unpack in this post. Whether you’re a Java nerd yearning for details, a GC enthusiast, or just curious about how ZGC uses memory behind the scenes, this deep dive is for you.
Read MoreSourced from https://inside.java via RSS.