Gunnar Morling 2/28/2023

Finding Java Thread Leaks With JDK Flight Recorder and a Bit Of SQL

Read Original

This technical article explains how to identify and analyze Java thread leaks, a form of memory leak where threads are created but not stopped. It details the use of JDK Flight Recorder events like jdk.JavaThreadStatistics, jdk.ThreadStart, and jdk.ThreadEnd, and demonstrates how to perform root cause analysis using SQL queries via JFR Analytics to pinpoint the leaking code.

Finding Java Thread Leaks With JDK Flight Recorder and a Bit Of SQL

Comments

No comments yet

Be the first to share your thoughts!