Inside Java artwork

Inside Java

61 episodes - English - Latest episode: 4 months ago - ★★★★★ - 24 ratings

Inside Java is a podcast for Java Developers brought to you directly from the people that make Java at Oracle. We'll discuss the language, the JVM, OpenJDK, platform security, innovation projects like Loom and Panama, and everything in between.

Technology data development java oracle records concurrency developer garbagecollection hotspot innovation
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

“The Panama Effect” with Jorn Vernee

January 08, 2024 08:13 - 23 minutes - 31.9 MB

The Foreign Function and Memory API will be finalised in JDK 22. This API helps you integrate native code within your Java program.  Using this new API you can efficiently invoke code outside the JVM, safely access memory not managed by the JVM, call native libraries and process native data without the brittleness and danger of JNI. Jorn Vernee, core contributor and maintainer of the FFM API, is Ana’s guest during this episode. Jorn explains what is the Foreign Memory Access API, its goa...

“Sequenced Collections” with Stuart Marks

April 25, 2023 10:22 - 40 minutes - 55.2 MB

Sequenced Collections, targeted for JDK 21, are a new collection type created to represent a sequence of elements with a defined encounter order. Ana recorded this episode with Stuart Marks, the owner of JEP 431 about Sequenced Collections. Stuart discusses the essence of Sequenced Collection interfaces, what needs those address and how they fit within the existing Collections framework. He explains the design of Sequenced Collections, architectural decisions and particularities of the API...

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

March 21, 2023 14:00 - 33 minutes - 46.1 MB

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 Informational JEP that added some further clarification for Preview Features with large surface areas. Some show notes: JDK 20 is out today: https://openjdk.org/projects/jdk/20/ JEP 12: Preview Features https:...

“Helidon Níma & Virtual Threads”

January 12, 2023 08:03 - 29 minutes - 40.4 MB

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 and how virtual threads fit in. He also shares his views on virtual threads and some behind the scenes details and how it all started.

“Java Language - State of the Union”

December 23, 2022 11:57 - 33 minutes - 46.7 MB

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 related to Pattern Matching but also the String Template feature currently in draft. Through this discussion, you will also hear about some of the tools (ex. Preview Features) but also the challenges related to the de...

“JavaFX”

November 18, 2022 05:26 - 15 minutes - 21.3 MB

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.

"Java 19 is Here!"

September 20, 2022 15:00 - 35 minutes - 48.9 MB

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 programming. Show notes: JDK 19 JEP 425 Virtual Threads JEP 429 Structured Concurrency Game of Life by Elliot Barlas Project Loom C5M  

"JavaOne is Back!"

August 03, 2022 18:22 - 29 minutes - 40.9 MB

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  

#25 - "JavaOne is Back!"

August 03, 2022 18:22 - 29 minutes - 40.9 MB

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  

#24 - “Towards Generational ZGC”

June 28, 2022 13:53 - 14 minutes - 20 MB

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.

“Towards Generational ZGC”

June 28, 2022 13:53 - 14 minutes - 20 MB

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.

#23 - “Java 18 is Here!”

March 22, 2022 16:24 - 25 minutes - 35.8 MB

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 Server, and JEP 421, Deprecate Finalization for Removal. Check out Java 18 today at Dev.java!  

“Java 18 is Here!”

March 22, 2022 16:24 - 25 minutes - 35.8 MB

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 Server, and JEP 421, Deprecate Finalization for Removal. Check out Java 18 today at Dev.java!  

“The Simple Web Server”

March 04, 2022 06:01 - 26 minutes - 36.9 MB

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 explains why another web server might be useful. She explains its goals, its features, who it is for but also what it is not!. She then goes over the command-line tool, its API, etc.

#22 - “The Simple Web Server”

March 04, 2022 06:01 - 26 minutes - 36.9 MB

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 explains why another web server might be useful. She explains its goals, its features, who it is for but also what it is not!. She then goes over the command-line tool, its API, etc.

“JEP 421 and Finalization Deprecation”

January 12, 2022 15:25 - 23 minutes - 32.3 MB

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 properly deal with resources, i.e. try with resources and the Cleaner API. He then continues with JEP 421 which will be part of JDK 18 and some potential subsequent steps.

#21 - “JEP 421 and Finalization Depracation”

January 12, 2022 15:25 - 23 minutes - 32.3 MB

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 properly deal with resources, i.e. try with resources and the Cleaner API. He then continues with JEP 421 which will be part of JDK 18 and some potential subsequent steps.

#20 - “Java 17 is Here!” Part 2

September 27, 2021 19:00 - 48 minutes - 67.3 MB

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, on the importance of deprecation!

“Java 17 is Here!” Part 2

September 27, 2021 19:00 - 48 minutes - 67.3 MB

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, on the importance of deprecation!

#19 - Java 17 is Here! Part 1

September 14, 2021 15:42 - 28 minutes - 39.1 MB

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. Make sure to also listen to the upcoming Part 2 where Chad discusses with Brian Goetz and Dr. Deprecator aka Stuart Marks!

“Java 17 is Here!” Part 1

September 14, 2021 15:42 - 28 minutes - 39.1 MB

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. Make sure to also listen to the upcoming Part 2 where Chad discusses with Brian Goetz and Dr. Deprecator aka Stuart Marks!

#19 - “Java 17 is Here!” Part 1

September 14, 2021 15:42 - 28 minutes - 39.1 MB

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. Make sure to also listen to the upcoming Part 2 where Chad discusses with Brian Goetz and Dr. Deprecator aka Stuart Marks!

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

June 29, 2021 12:30 - 34 minutes - 47.7 MB

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 affect your applications today, and what to do in order to prepare for it.

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

June 29, 2021 12:30 - 34 minutes - 47.7 MB

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 affect your applications today, and what to do in order to prepare for it.

#17 - “Pattern Matching” with Gavin Bierman

June 14, 2021 05:20 - 41 minutes - 57.1 MB

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 feature: `pattern matching for switch`.

“Pattern Matching” with Gavin Bierman

June 14, 2021 05:20 - 41 minutes - 57.1 MB

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 feature: `pattern matching for switch`.

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

April 12, 2021 13:16 - 32 minutes - 21.5 MB

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 Socket Channel API. There's even a small HTTP/3 sneak peek.

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

April 12, 2021 13:16 - 32 minutes - 21.5 MB

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 Socket Channel API. There's even a small HTTP/3 sneak peek.

#15 - “Java 16 is Here!” with Mikael Vidstedt

March 16, 2021 10:52 - 33 minutes - 25.5 MB

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 gradually appear into the platform, and more! For the detailed show-notes, make sure to check-out the episode page at https://inside.java/2021/03/16/podcast-015 And for more episodes, please visit https://inside.jav...

“Java 16 is Here!” with Mikael Vidstedt

March 16, 2021 10:52 - 33 minutes - 25.5 MB

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 gradually appear into the platform, and more! For the detailed show-notes, make sure to check-out the episode page at https://inside.java/2021/03/16/podcast-015 And for more episodes, please visit https://inside.jav...

“Records Serialization” with Julia Boes and Chris Hegarty

March 08, 2021 08:37 - 37 minutes - 32.4 MB

Records are a standard and permanent Java language feature starting Java 16. This was a good occasion for David to discuss Records, and more specifically Records serialisa… Records serialization with Julia Boes and Chris Hegarty. Julia and Chris are both from the Dublin Java engineering team. They both work on Core Libraries, and as such, they have been deeply involved in the recent serialization improvements. In this episode, you will see that the approach of serializing records drastically...

#14 - “Records Serialization” with Julia Boes and Chris Hegarty

March 08, 2021 08:37 - 37 minutes - 32.4 MB

Records are a standard and permanent Java language feature starting Java 16. This was a good occasion for David to discuss Records, and more specifically Records serialisa… Records serialization with Julia Boes and Chris Hegarty. Julia and Chris are both from the Dublin Java engineering team. They both work on Core Libraries, and as such, they have been deeply involved in the recent serialization improvements. In this episode, you will see that the approach of serializing records drastically...

#13 - "JDK Flight Recorder" with Markus Gronlund

February 22, 2021 16:27 - 35 minutes - 48.5 MB

Chad discusses JDK Flight Recorder (JFR) with Markus Gronlund. 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://www.youtube.com/watch?v=7z_R2Aq-Fl8 JEP 328: Flight Recorder https://openjdk.java.net/jeps/328 Continuous Monitoring with JDK Flight Recorder https://www.youtube.com/watch?v=plYESjZ12hM  

"JDK Flight Recorder" with Markus Grönlund

February 22, 2021 16:27 - 35 minutes - 48.5 MB

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://www.youtube.com/watch?v=7z_R2Aq-Fl8 JEP 328: Flight Recorder https://openjdk.java.net/jeps/328 Continuous Monitoring with JDK Flight Recorder https://www.youtube.com/watch?v=plYESjZ12hM  

#13 - "JDK Flight Recorder" with Markus Grönlund

February 22, 2021 16:27 - 35 minutes - 48.5 MB

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://www.youtube.com/watch?v=7z_R2Aq-Fl8 JEP 328: Flight Recorder https://openjdk.java.net/jeps/328 Continuous Monitoring with JDK Flight Recorder https://www.youtube.com/watch?v=plYESjZ12hM  

“jpackage” with Kevin Rushforth

February 11, 2021 11:57 - 25 minutes - 19.7 MB

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…

#12 - “jpackage” with Kevin Rushforth

February 11, 2021 11:57 - 25 minutes - 19.7 MB

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…

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

January 30, 2021 11:01 - 32 minutes - 25.4 MB

David Delabassée recently sat down with Stuart Marks and Jesper Wilhelmsson to discuss various ways of contributing to OpenJDK. Spoiler alert: there are many!

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

January 30, 2021 11:01 - 32 minutes - 25.4 MB

David Delabassée recently sat down with Stuart Marks and Jesper Wilhelmsson to discuss various ways of contributing to OpenJDK. Spoiler alert: there are many!

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

December 21, 2020 07:40 - 24 minutes - 34.6 MB

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.

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

December 21, 2020 07:40 - 24 minutes - 34.6 MB

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.

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

December 21, 2020 07:40 - 24 minutes - 34.6 MB

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.

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

December 11, 2020 13:30 - 28 minutes - 39.4 MB

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 API will be discussed in a follow-up episode.

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

December 11, 2020 13:30 - 28 minutes - 39.4 MB

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 API will be discussed in a follow-up episode.

#8 - “Project Loom” with Ron Pressler

November 24, 2020 08:00 - 33 minutes - 45.9 MB

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 available on YouTube as well.

“Project Loom” with Ron Pressler

November 24, 2020 08:00 - 33 minutes - 45.9 MB

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 available on YouTube as well.

#7 - “The Vector API” with with John Rose and Paul Sandoz

November 17, 2020 09:03 - 47 minutes - 65.4 MB

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

#7 - “The Vector API” with John Rose and Paul Sandoz

November 17, 2020 09:03 - 47 minutes - 65.4 MB

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

“The Vector API” with John Rose and Paul Sandoz

November 17, 2020 09:03 - 47 minutes - 65.4 MB

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

#6 - “Project Skara” with Joe Darcy and Erik Duveblad

October 28, 2020 16:00 - 32 minutes - 45.4 MB

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, check out Inside Java and follow @java on Twitter.  

Twitter Mentions

@java 10 Episodes
@chadarimura 6 Episodes
@delabassee 4 Episodes
@gsaab 2 Episodes
@mikaelvidstedt 2 Episodes