Skip to content

Commit

Permalink
Merge pull request #3109 from meiao/aonuki/java-jfr-compatibility
Browse files Browse the repository at this point in the history
chore: Update Java compatibility of the JFR daemon
  • Loading branch information
x8a committed Jul 15, 2021
2 parents 35b8733 + a6aab24 commit f5620f8
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 f5620f8

Please sign in to comment.