Finding Java Thread Leaks With JDK Flight Recorder and a Bit Of SQL
Read OriginalThis 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.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser