-
Bug
-
Resolution: Unresolved
-
P3
-
8.1.0, 8.2.0
JFR Launch Configuration is a useful feature in Eclipse IDE. I was exploring the changes after fix JMC-6204.
Now launch configuration seems working fine for Eclipse Java Projects with JDK 11 or JDK 17 as Project JRE version.
However, the launch configuration does not work as expected for Java Projects running on JDK 8 ( included -XX:+UnlockCommercialFeatures -XX:+FlightRecorder in JVM argument as well).
- JDK 8 Event Settings/JFC templates are not shown for JDK 8 Project Configurations, instead, JDK 9+ settings are listed
- Unable to launch using JFRLaunchConfig because of issue 1.
3. The continuous/time fixed recording generated using the JFRLaunchConfig often dumps JFR files with no events, and opening such JFRs results an error message as follows
- relates to
-
JMC-6204 Flight Recorder launcher tab bugs out
- Resolved