Skip to content

rh-jmc-team/openjdk8-jfr-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openjdk8-jfr-compat

A JFR compatibility API for OpenJDK 8. The resulting jar, jfr-compat-1.0-SNAPSHOT.jar, allows applications with dependencies on the jdk.jfr package to compile in OpenJDK 8. The jar does not provide Flight Recorder support - it is composed of JFR OpenJDK 11 classes with empty implementations.

Build

mvn package

Usage

Build your java application with the compatibility jar added to the applciation's classpath

javac -cp jfr-compat-1.0-SNAPSHOT.jar MyApp.java

Run your java application with the compatibility jar added to the application's classpath

java -cp jfr-compat-1.0-SNAPSHOT.jar:. MyApp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages