Johannes Bechberger 7/30/2025

Java 25’s new CPU-Time Profiler: The Implementation (2)

Read Original

This technical article, written by a developer involved in the project, details the core components and implementation of the new CPU-time profiler in JDK 25. It covers the Java front-end, the sampler thread, signal handling, and the integration with safepoint-based stack walking for unbiased profiling, excluding the stack walking mechanics covered in a previous post.

Java 25’s new CPU-Time Profiler: The Implementation (2)

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week