Tag java

4 bookmarks have this tag.

2025-11-28

93.

Help, My Java Object Vanished (and the GC is Not at Fault)

arraying.de/posts/markword

Today I'm going to talk about a recent journey as a HotSpot Java Virtual Machine developer working on the OpenJDK project. While running tests for a new feature, I realized my Java objects and classes were arbitrarily disappearing! What followed was probably the most interesting debugging and fixing experience of my life (so far), which I wanted to share with the world.

2025-11-04

91.

JVM exceptions are weird: a decompiler perspective

purplesyringa.moe/blog/jvm-exceptions-are-weird-a-decompiler-perspective

Deep dive into how JVM exceptions are implemented on the compiler level

2024-12-14

47.

JVM Anatomy Quirks

shipilev.net/jvm/anatomy-quarks

An ongoing mini-series documenting specific, often niche parts of the JVM. They're all pretty short and to the point, and the author encourages to treat them as chapters in a book as they reference each other quite often.

2024-07-30

24.

Java 21 Virtual Threads - Dude, Where’s My Lock?

netflixtechblog.com/java-21-virtual-threads-dude-wheres-my-lock-3052540e231d

Another great deep dive from the Netflix team on real-world problems they face as a primarily Java-oriented shop.