Episode

JVM Internals Deep Dive 8-25 LTS

Podcast
Software Engineer Interview Prep Podcast
Published
Mar 25, 2026
Duration seconds
3942
Processing state
not_requested
Canonical source
https://podcasters.spotify.com/pod/show/prabuddha-ganegoda/episodes/JVM-Internals-Deep-Dive-8-25-LTS-e3gvm7a
Audio
https://anchor.fm/s/10f2c0f8c/podcast/play/117479082/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2026-2-25%2F52f54a0d-c4bf-bb2e-06a9-510bd6e0fffa.m4a
JSON
/v1/public/podcasts/software-engineer-interview-prep-podcast-7756520/episodes/jvm-internals-deep-dive-8-25-lts
Markdown
/podcast/software-engineer-interview-prep-podcast-7756520/jvm-internals-deep-dive-8-25-lts.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/software-engineer-interview-prep-podcast-7756520/episodes/jvm-internals-deep-dive-8-25-lts/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/software-engineer-interview-prep-podcast-7756520/jvm-internals-deep-dive-8-25-lts.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

JVM Architecture Overview — runtime data areas, memory model, flag reference table Class Loading Subsystem — delegation model, loading phases, JPMS/Jigsaw module system Execution Engine & JIT — tiered compilation levels (0→4), inlining, escape analysis, loop vectorisation, SIMD intrinsics, speculative optimisation and deoptimisation Garbage Collection Algorithms — deep dives on G1, ZGC (coloured pointers, load barriers, concurrent relocation), and Shenandoah; full comparison table across all collectors LTS-by-LTS Optimisation History: GC Configuration & Tuning — selection guide, essential flags, unified GC logging Monitoring & Profiling — JFR, jcmd/jstack/async-profiler, key production metrics Virtual Threads & Modern Concurrency — VT vs platform threads, migration checklist, StructuredTaskScope pattern Performance Tuning Playbook — symptom→root cause table, AppCDS, CRaC, GraalVM Native Evolution Timeline — Java 8→25 at a glance