JavaFX 20 and Beyond

Oracle DevLive Level Up - Java Developer Day JavaFX continues to be developed and released with the same rapid cadence as the Java Development Kit, with a new release every six months. Explore what's new in JavaFX 20 and beyond as we highlight the improvements to JavaFX over the … | Continue reading


@inside.java | 1 year ago

JEP proposed to target JDK 21: 442: Foreign Function & Memory API (3rd Preview)

The following JEP is proposed to target JDK 21: 442: Foreign Function & Memory API (3rd Preview) … | Continue reading


@inside.java | 1 year ago

Getting Rid Of Unused Variables (Finally) - Inside Java Newscast #46

JEP 443 proposes to add unnamed variables and patterns to Java. With them, unused variables and patterns can be replaced by a single underscore, which helps writing readable and maintainable code. Make sure to check the show-notes. | Continue reading


@inside.java | 1 year ago

Evolving the Security of the Java Platform

Oracle DevLive Level Up - Java Developer Day Maintaining and improving the security of the Java platform is an essential and continuous process. This session will discuss recent improvements to Java’s security and cryptographic APIs and libraries. In addition, you’ll learn about … | Continue reading


@inside.java | 1 year ago

JEP proposed to target JDK 21: 444: Virtual Threads

The following JEP is proposed to target JDK 21: 444: Virtual Threads … | Continue reading


@inside.java | 1 year ago

JDK 20 - Reviewing the Enhancements in the Latest JDK Release

Oracle DevLive Level Up - Java Developer Day In what is now a semi-annual tradition, we offer an overview of the JDK Enhancement Proposals (JEPs) delivered with the latest JDK release. Along with thousands of performance, stability, and security updates, JDK 20 offers advances in … | Continue reading


@inside.java | 1 year ago

Java Language Futures, Spring 2023 Edition

Oracle DevLive Level Up - Java Developer Day Through Project Amber, the Java programming language is evolving faster than ever. Watch this video to get an overview of many of the Java language enhancements that have appeared in recent Java versions, including Java 20. You’ll also … | Continue reading


@inside.java | 1 year ago

Throughput Analysis of Safepoint-attached Barriers in a Low-latency Garbage Collector

The work presented here is performed as part of the joint research project between Oracle, Uppsala University and KTH. Follow the blog series here at inside.java to read more about the JVM research performed at the Oracle Development office in Stockholm. My name is Filip Wilén a … | Continue reading


@inside.java | 1 year ago

Java Next - From Amber to Loom, from Panama

Presented at VoxxedDays Zurich 2023 Java's four big projects are entering the home stretch: Amber and Panama have already incubated, previewed, and even finalized some features, Loom and Valhalla are on track to follow soon. Time to take a closer look at how... Project Amber ma … | Continue reading


@inside.java | 1 year ago

JDK 20 - Sip of Java

JDK 20 was released on March 21st! This is the 11th iteration of the JDK being released on the six-month release schedule that started with JDK 10 in March of 2018. JDK 20 included seven new JEPs, JDK enhancement proposals, all in incubator or preview status. Let’s review these J … | Continue reading


@inside.java | 1 year ago

Java 21’s New (Sequenced) Collections - Inside Java Newscast #45

In Java, all lists as well as some sets and maps have an encounter order, meaning their elements have stable positions. But the collections framework had no type to capture this property and define operations on like getting or removing first and last elements or iterating in rev … | Continue reading


@inside.java | 1 year ago

Troubleshooting Native Memory Issues in Java Applications

Oracle DevLive Level Up - Java Developer Day Are you having trouble understanding native memory usage growth or leaks in your Java application? Learn about diagnosing and resolving native memory problems in Java applications. We’ll talk about different memory pools available in a … | Continue reading


@inside.java | 1 year ago

Quality Outreach Heads-up - JDK 20: Support for Unicode CLDR Version 42

The OpenJDK Quality Group is promoting the testing of FOSS projects with OpenJDK builds as a way to improve the overall quality of the release. This heads-up is part of a regular communication sent to the projects involved. To learn more about the program, and how-to join, please … | Continue reading


@inside.java | 1 year ago

"Preview Features: A Look Back and A Look Ahead" with Alex Buckley

Preview Features have been essential to the delivery of Java for the past 5 years, and Java 20 is no exception with second previews of both Virtual Threads and the Foreign Function & Memory API. Chad discussing the importance of Preview Features with Alex Buckley, as well as an I … | Continue reading


@inside.java | 1 year ago

“Helidon Níma & Virtual Threads”

Helidon Níma is the first Java microservices framework built from the ground up on virtual threads. David recorded this episode with Tomas Langer, the Helidon architect. Tomas discusses virtual threads from a framework developer point of view. He explains Níma, its architecture a … | Continue reading


@inside.java | 1 year ago

“Java Language - State of the Union”

In this episode, David discusses with Gavin Bierman, the latest evolution in the Java Language. In addition to being a regular guest on this podcast, Gavin spends most of his time on designing new Java language features. They are chatting about Project Amber's latest features rel … | Continue reading


@inside.java | 1 year ago

“JavaFX”

During JavaOne, David sat down with Kevin Rushforth (OpenJFX Project Co-Lead, Oracle) to discuss the JavaFX, OpenJFX and the new JavaFX builds that Oracle is now producing. | Continue reading


@inside.java | 2 years ago

"Java 19 is Here!"

In this two-part episode, Chad interviews Ron Pressler, architect and lead for Project Loom, on Virtual Threads and Structured Concurrency, followed by Brian Goetz, Chief Language Architect, on Record Patterns and the arc of features in Project Amber leading to data-oriented prog … | Continue reading


@inside.java | 2 years ago

"JavaOne is Back!"

Chad interviews Sharat Chander about both the history of JavaOne, and what to expect with the return of it in October. Show notes: Update blog series on Inside.java Register Now to get Early Pricing   | Continue reading


@inside.java | 2 years ago

“Towards Generational ZGC”

In this episode, David talks with Erik Österlund about the work he did on the Z Garbage Collector, and the plans to make ZGC a Generational GC. Amongst other things, Erik shares some details on the underlying techniques, and the expected benefits. | Continue reading


@inside.java | 2 years ago

Security and Sandboxing Post Java-SecurityManager Deprecation

Last week, JEP 411 proposed deprecating Java's Security Manager for eventual removal through a process of gradual functional degradation. The Security Manager should be removed because the high cost of maintaining it is no longer justified by its be… | Continue reading


@inside.java | 2 years ago

Loom Performance: Performance of User-Mode Threads and Coroutines

Discussions of coroutines and user-mode threads — like Project Loom's virtual threads or Go's goroutines — frequently turn to the subject of performance. The question I'll try answering here is, how do user-mode threads offer better application perf… | Continue reading


@inside.java | 2 years ago

“Java 18 is Here!”

In this special episode Chad talks with Naoto Sato on JEP 400, UTF-8 by Default, and Michel Trudeau on JEP 413, Code Snippets in Java API Documentation. To round things out, we also pulled in highlights from podcast episodes 21 and 22 to provide an overview of JEP 408, Simple Web … | Continue reading


@inside.java | 2 years ago

“The Simple Web Server”

David remotely sat down with Julia Boes, Senior Member of Technical Staff in Dublin, to discuss the Simple Web Server (SWS). The SWS, introduced in JDK 18, is a minimal web server that serves static files. It comes with a command-line tool and an API. In this episode, Julia expla … | Continue reading


@inside.java | 2 years ago

“JEP 421 and Finalization Deprecation”

In this episode, David remotely sat down with Brent Christian to discuss Finalization and the effort to gradually deprecate this now outdated, brittle, and complex mechanism from the platform. After covering some of the finalization weaknesses, Brent discusses the alternatives to … | Continue reading


@inside.java | 2 years ago

“Java 17 is Here!” Part 2

To celebrate the Java 17 release, we have not one but two podcast episodes! In this second part, Chad discusses the evolution of the Java language with Brian Goetz, the Java Language Architect. Chad then concludes this special Java 17 episode with Stuart Marks, aka Dr. Deprecator … | Continue reading


@inside.java | 3 years ago

“Java 17 is Here!” Part 1

To celebrate the launch of Java 17 we have not one but two podcast episodes! In this first part, Chad discusses some exiting license changes with Donald Smith, i.e. the Free Java License. Chad then continues the discussion on Project Panama and the Vector API with Paul Sandoz. Ma … | Continue reading


@inside.java | 3 years ago

Project Loom: Modern Scalable Concurrency for the Java Platform

Concurrent applications, those serving multiple independent application actions simultaneously, are the bread and butter of Java server-side programming. The thread has been Java’s primary unit of concurrency since Java’s inception, and is a core construct around which the entire … | Continue reading


@inside.java | 3 years ago

Networking I/O with Virtual Threads – Under the hood

In this article we’ll take a look at how the Java platform’s Networking APIs work under the hood when called on virtual threads. The details are largely an artifact of the implementation and not necessary to know when writing code atop, but it is still interesting to understand h … | Continue reading


@inside.java | 3 years ago

“Java's steady march towards strong encapsulation” with Alan Bateman

With JEP 403, Java 17 will strongly encapsulate the JDK internals. This is the latest step in a process that began in Java 9 with the modularization of the JDK. In this episode, Alan Bateman joins Chad to discuss the importance of strong encapsulation, the history, how this will … | Continue reading


@inside.java | 3 years ago

“Pattern Matching” with Gavin Bierman

In this episode, David discusses with Gavin Bierman a new set of Java language features coming from Project Amber, i.e. Pattern Matching. In addition to `sealed classes` and `pattern matching for instanceof`, they are covering in great detail a new (and great!) JDK 17 preview fea … | Continue reading


@inside.java | 3 years ago

Foreign Memory Access and NIO Channels – Going Further

With the latest evolution of the Foreign Memory Access API (targeting JDK 17), the lifecycle of memory segments is deferred to a higher-level abstraction, a resource scope. A resource scope manages the lifecycle one or more memory segments, and has several different characteristi … | Continue reading


@inside.java | 3 years ago

“Let's discuss JDK and Networking” with Michael McMahon and Daniel Fuchs

In this episode, David (remotely) sat down with Michael McMahon and Daniel Fuchs both from the Java Dublin engineering team to discuss some of the recent JDK network-related updates: from the HTTP/2 Client API (Java 11) and its updates in Java 16 to the new Java 16 Unix Domain So … | Continue reading


@inside.java | 3 years ago

“Java 16 is Here!” with Mikael Vidstedt

The release of Java 16 was a good reason to invite Mikael Vidstedt, Director of JVM Engineering, again into the show. In this episode, Chad and Mikael discuss some of the new JDK 16 features, the 6 months release cadence but also how some Valhalla initial bits are starting to gra … | Continue reading


@inside.java | 3 years ago

Monitoring Deserialization Activity in the JDK

Many Java frameworks rely on serialization and deserialization for exchanging messages between JVMs on different computers, or persisting data to disk. Monitoring deserialization is helpful for application developers who use such frameworks, as it provides insight into the low le … | Continue reading


@inside.java | 3 years ago

"JDK Flight Recorder" with Markus Grönlund

Chad discusses JDK Flight Recorder (JFR) with Markus Grönlund. Learn all about JFR including how to get started, the problems it addresses, the many event types it outputs, the new streaming capabilities, and more! Links Mentioned JDK11 - Introduction to JDK Flight Recorder https … | Continue reading


@inside.java | 3 years ago

“jpackage” with Kevin Rushforth

David Delabassée recently sat down with Kevin Rushforth to discuss the Packaging Tool (JEP 392) more commonly known as jpackage, a new tool that will be made production-ready in JDK 16… | Continue reading


@inside.java | 3 years ago

“How to contribute to OpenJDK” with Stuart Marks and Jesper Wilhelmsson

David Delabassée recently (remotely) sat down with Stuart Marks and Jesper Wilhelmsson to discuss the various ways of helping and contributing to OpenJDK. Spoilers alert : there are many… | Continue reading


@inside.java | 3 years ago

“Project Panama - The Foreign Linker API” with Maurizio Cimadamore and Jorn Vernee

David Delabassee continues the Panama discussion (cf. Episode 9) with Maurizio Cimadamore and Jorn Vernee. This episode focuses on the Foreign Linker API and the jextract tool. | Continue reading


@inside.java | 3 years ago

“Project Panama - The Foreign Memory Access API” with Maurizio Cimadamore and Jorn Vernee

In this episode, David Delabassee discusses Project Panama's Foreign Support with Maurizio Cimadamore and Jorn Vernee. The episode starts with an overview of Project Panama, its Foreign Support and then discusses in detail the Foreign Memory Access API. Panama's Foreign Linker AP … | Continue reading


@inside.java | 3 years ago

“Project Loom” with Ron Pressler

Chad Arimura discusses Project Loom with Ron Pressler. Relevant links: https://wiki.openjdk.java.net/display/loom/Main https://inside.java/tag/loom https://github.com/openjdk/loom For all episodes and more, check out Inside Java and follow @java on Twitter. Episodes are now avail … | Continue reading


@inside.java | 4 years ago

“The Vector API” with John Rose and Paul Sandoz

In this episode, David Delabassee discusses the new Vector API with John Rose and Paul Sandoz. For more episodes, check out https://inside.java/podcast. Resources: JEP 338: Vector API (Incubator) jdk.incubator.vector Javadoc OpenJDK 16 EA Builds Daniel Lemire's blog | Continue reading


@inside.java | 4 years ago

“Project Skara” with Joe Darcy and Erik Duveblad

Chad Arimura discusses Project Skara with Joe Darcy and Erik Duveblad. Relevant Links: https://github.com/openjdk https://github.com/openjdk/jdk https://inside.java/tag/skara https://githubuniverse.com/Project-Skara-migrating-OpenJDK-to-Git-&-GitHub/ For all episodes and more, ch … | Continue reading


@inside.java | 4 years ago

“The Z Garbage Collector” with Per Liden

In this episode, David Delabassee (Developer Relations) discusses with Per Liden (ZGC Lead) the Z Garbage Collector that is now production ready in JDK 15. | Continue reading


@inside.java | 4 years ago

“The State of Java” with Georges Saab

Our guest today is Georges Saab (@gsaab), Vice President of Development of the Java Platform Group. We discuss the State of Java after 25 years, the latest innovations in OpenJDK, and why his name is spelled differently. Our host is Chad Arimura (@chadarimura), VP of Java Develop … | Continue reading


@inside.java | 4 years ago

“Java 15 is Here!” with Mikael Vidstedt

David Delabassee (@delabassee) discusses the latest Java release, Java 15, with Mikael Vidstedt (@MikaelVidstedt), Director of JVM Development. For future episodes and more, check out Inside Java and follow @java on Twitter.   Covered in This Episode New or updated Java language … | Continue reading


@inside.java | 4 years ago

“Welcome to Inside Java!” with hosts Chad and David

Welcome to the Inside Java podcast. In Episode #1 (we couldn't start at 0), the hosts Chad Arimura (VP Developer Relations) and David Delabassee (Developer Relations) introduce the Java Platform Group at Oracle, major innovation projects in OpenJDK, the Inside.java aggregation si … | Continue reading


@inside.java | 4 years ago

On the Performance of User-Mode Threads and Coroutines

Discussions of coroutines and user-mode threads — like Project Loom's virtual threads or Go's goroutines — frequently turn to the subject of performance. The question I'll try answering here is, how do user-mode threads offer better application performance than OS threads? | Continue reading


@inside.java | 4 years ago