Skip Top Navigation Bar

Security and Garbage Collection

JDK Flight Recorder (JFR) is an observability and monitoring framework built into the HotSpot JVM. JFR has low overhead, an extensive API, and a large toolset that can provide deep insight into your applications and assist in development.

  1. The Security Tools

    Setting security policies with the JDK tools and commands.

  2. Garbage Collection in Java Overview

    Understanding the key aspects of how garbage collection works in Java and how to tune garbage collection.



More Learning