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.

#17 - “Pattern Matching” with Gavin Bierman

June 14, 2021 41:23 59.9 MB Downloads: 0

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 32:23 22.56 MB Downloads: 0

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 33:30 26.69 MB Downloads: 0

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.java/podcast

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

March 08, 2021 37:24 33.96 MB Downloads: 0

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 changes from the serialization of traditional classes. PS: Deserialization is largely discussed too!

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

February 22, 2021 35:05 50.81 MB Downloads: 0

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  

#12 - “jpackage” with Kevin Rushforth

February 11, 2021 25:07 20.7 MB Downloads: 0

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…

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

January 30, 2021 32:01 26.65 MB Downloads: 0

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 24:59 36.26 MB Downloads: 0

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.

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

December 11, 2020 28:28 41.28 MB Downloads: 0

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 33:11 48.09 MB Downloads: 0

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 John Rose and Paul Sandoz

November 17, 2020 47:27 68.62 MB Downloads: 0

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 32:51 47.6 MB Downloads: 0

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.  

#5 - “The Z Garbage Collector” with Per Liden

October 14, 2020 29:55 43.37 MB Downloads: 0

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.

#4 - “Record Classes” with Gavin Bierman

October 05, 2020 35:39 51.63 MB Downloads: 0

In this episode, David Delabassee (Developer Relations) discusses with Gavin Bierman (Consulting Member of Technical Staff) a new Java Language feature emerging from Project Amber, i.e. Records classes! For more episodes, check out Inside Java and follow @Java on Twitter. Contact us here.

#3 - “The State of Java” with Georges Saab

September 14, 2020 25:41 37.7 MB Downloads: 0

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 Developer Relations. For future episodes and more, make sure to check out Inside Java and follow @java on Twitter. Additional Resources OpenJDK Oracle Java