Skip to content

Commit

Permalink
Updating HotSpot references
Browse files Browse the repository at this point in the history
  • Loading branch information
wkorando committed Jul 19, 2021
1 parent 2f02a1f commit ebb5408
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 011-jfr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JDK Flight Recorder

The JDK Flight Recorder, open sourced in JDK 11 ([JEP 328](https://openjdk.java.net/jeps/328)), is a lightweight JVM tool for collecting diagnostic and profiling data about a Java application.
The JDK Flight Recorder, open sourced in JDK 11 ([JEP 328](https://openjdk.java.net/jeps/328)), is a lightweight HotSpot JVM tool for collecting diagnostic and profiling data about a Java application and the HotSpot JVM.

## Using JFR

Expand Down Expand Up @@ -68,14 +68,14 @@ jcmd <pid> JFR.dump name=<name>

#### After Application Terminates

JFR can also automatically generate a recording file on application exit by setting 1`dumponexit=true` with `-XX:StartFlightRecording`
JFR can also automatically generate a recording file on application exit by setting 1 `dumponexit=true` with `-XX:StartFlightRecording`

## Analyzing JFR Recordings

JFR recordings can be inspected with tools like [JDK Mission Control](https://www.oracle.com/java/technologies/jdk-mission-control.html).

JDK Mission Control offers many options for inspecting results; memory usage, I/O, GC behavior, and more, whcih can be seen here:
JDK Mission Control offers many options for inspecting results; memory usage, I/O, GC behavior, and more, which can be seen here:

![Picture of the many views that JDK mission control offers for inspecting JFR recordings](jdk-mission-control-tabs.png)

Happy Coding!
Happy Coding!s
4 changes: 2 additions & 2 deletions 011-jfr/overview.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# JDK Flight Recorder (JFR)

* Standard tool incorporated in the JVM
* Standard tool incorporated in the HotSpot JVM

* Used for collecting diagnostic and profiling data about a Java application
* Used for collecting diagnostic and profiling data about a Java application and HotSpot JVM

* Low performance* overhead allows JFR to be used in production settings

Expand Down

0 comments on commit ebb5408

Please sign in to comment.