Skip to content

Commit

Permalink
chore: Update Java compatibility of the JFR daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao committed Jul 14, 2021
1 parent 227173b commit a6aab24
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ There are three different usage scenarios for the JFR daemon:

## Supported Java versions [#supported-java-versions]

While the JFR daemon supports any version of Java 11 and above as well as specific versions of Java 8 (specifically version `8u262`+), we don't recommend
using any non-LTS version of Java in production environments. See [supported Java versions](https://github.com/newrelic/newrelic-jfr-core/blob/main/README.md#supported-java-versions) for full details.
While the JFR daemon supports any version of Java 11 and above, we don't recommend
using any non-LTS version of Java in production environments.

Some vendors have backported JFR to their Java 8 binaries. For instance, OpenJDK backported JFR on version 8u262. The JFR daemon is compatible with those Java versions.

## Requirements and Usage Instructions [#requirements-and-usage-instructions]

Expand Down

0 comments on commit a6aab24

Please sign in to comment.