-
Bug
-
Resolution: Fixed
-
P3
-
14
-
b25
The jdk.jfr.EventStream should (also) be closed in the following scenarios.
1) If the disk reposository was migrated due to call to JFR.configure
2) If the JVM crashes
3) If the JVM processe exits, i.e due to call to System.exit(0).
4) If the recording associated with a RecordingStream is stopped.
1) If the disk reposository was migrated due to call to JFR.configure
2) If the JVM crashes
3) If the JVM processe exits, i.e due to call to System.exit(0).
4) If the recording associated with a RecordingStream is stopped.
- relates to
-
JDK-8234703 [TESTBUG] JFR TestOutOfProcessMigration.java should clean up files
-
- Resolved
-