Java News
Java 24 Stops Pinning Virtual Threads (Almost) - Inside Java Newscast #80JEP 491 improves the scalability of Java code that uses synchronized methods and statements by arranging for virtual threads that block in such constructs to release their underlying platform threads for use by other virtual threads. In this video, we will also look into the remaining cases of pinning and how to observe it before we briefly touch on thread capture and io_uring.
Read MoreJEP targeted to JDK 24: 494: Module Import Declarations (2nd Preview)
The following JEP is targeted to JDK 24: 494: Module Import Declarations (2nd Preview)
Read MoreJEP targeted to JDK 24: 495: Simple Source Files and Instance Main Methods (4th Preview)
The following JEP is targeted to JDK 24: 495: Simple Source Files and Instance Main Methods (4th Preview)
Read MoreMonitoring Java Application Security with JDK tools and JFR Events
Learn how to use jcmd, JDK Flight Recorder, JDK Mission Control, and JFR Events to record your Java application security properties, monitor TLS protocol, and analyze X.509 certificate details.
Read MoreJEP targeted to JDK 24: 450: Compact Object Headers (Experimental)
The following JEP is targeted to JDK 24: 450: Compact Object Headers (Experimental)
Read MoreJEP targeted to JDK 24: 491: Synchronize Virtual Threads without Pinning
The following JEP is targeted to JDK 24: 491: Synchronize Virtual Threads without Pinning
Read MoreAsk the Java Architects
During Devoxx Belgium 2024, core members of the Java Platform Group (Oracle) answered questions from the audience.
Read MoreJEP targeted to JDK 24: 487: Scoped Values (4th Preview)
The following JEP is targeted to JDK 24: 487: Scoped Values (4th Preview)
Read MoreJEP targeted to JDK 24: 486: Permanently Disable the Security Manager
The following JEP is targeted to JDK 24: 486: Permanently Disable the Security Manager
Read MorePattern Matching in Java - Past, Present, Future
In this talk we are going to have a look into what switch and instanceof are for Java developers today and offer a holistic view of all the exciting directions that can be a possible future for Java's pattern matching abilities.
Read MoreSourced from https://inside.java via RSS.