jar

org.gradle.jfr.polyfill : jfr-polyfill

Maven & Gradle

Sep 11, 2023
8 stars

JFR Polyfill · The jfr-polyfill library is a no-op polyfill implementation of the jdk.jfr.* interfaces and classes. The goal is to enable projects to add JFR events to their codebase without dropping support for old JDKs that don’t support JFR.

Table Of Contents

Latest Version

Download org.gradle.jfr.polyfill : jfr-polyfill JAR file - Latest Versions:

All Versions

Download org.gradle.jfr.polyfill : jfr-polyfill JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jfr-polyfill-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jdk.jfr.internal

├─ jdk.jfr.internal.Control.class - [JAR]

jdk.jfr

├─ jdk.jfr.AnnotationElement.class - [JAR]

├─ jdk.jfr.BooleanFlag.class - [JAR]

├─ jdk.jfr.Category.class - [JAR]

├─ jdk.jfr.Configuration.class - [JAR]

├─ jdk.jfr.ContentType.class - [JAR]

├─ jdk.jfr.DataAmount.class - [JAR]

├─ jdk.jfr.Description.class - [JAR]

├─ jdk.jfr.Enabled.class - [JAR]

├─ jdk.jfr.Event.class - [JAR]

├─ jdk.jfr.EventFactory.class - [JAR]

├─ jdk.jfr.EventSettings.class - [JAR]

├─ jdk.jfr.EventType.class - [JAR]

├─ jdk.jfr.Experimental.class - [JAR]

├─ jdk.jfr.FlightRecorder.class - [JAR]

├─ jdk.jfr.FlightRecorderListener.class - [JAR]

├─ jdk.jfr.FlightRecorderPermission.class - [JAR]

├─ jdk.jfr.Frequency.class - [JAR]

├─ jdk.jfr.Label.class - [JAR]

├─ jdk.jfr.MemoryAddress.class - [JAR]

├─ jdk.jfr.MetadataDefinition.class - [JAR]

├─ jdk.jfr.Name.class - [JAR]

├─ jdk.jfr.Percentage.class - [JAR]

├─ jdk.jfr.Period.class - [JAR]

├─ jdk.jfr.Recording.class - [JAR]

├─ jdk.jfr.RecordingState.class - [JAR]

├─ jdk.jfr.Registered.class - [JAR]

├─ jdk.jfr.Relational.class - [JAR]

├─ jdk.jfr.SettingControl.class - [JAR]

├─ jdk.jfr.SettingDefinition.class - [JAR]

├─ jdk.jfr.SettingDescriptor.class - [JAR]

├─ jdk.jfr.StackTrace.class - [JAR]

├─ jdk.jfr.Threshold.class - [JAR]

├─ jdk.jfr.Timespan.class - [JAR]

├─ jdk.jfr.Timestamp.class - [JAR]

├─ jdk.jfr.TransitionFrom.class - [JAR]

├─ jdk.jfr.TransitionTo.class - [JAR]

├─ jdk.jfr.Unsigned.class - [JAR]

├─ jdk.jfr.ValueDescriptor.class - [JAR]

Advertisement