-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8267458 | 13.0.8 | Ekaterina Vergizova | P3 | Resolved | Fixed | b03 |
JDK-8267053 | 11.0.12 | Erik Gahlin | P3 | Resolved | Fixed | b03 |
The test that fails attempts to provoke many chunks by starting many recordings. It runs well, but fails at the end when attempting to create JFR recording file upon exit (dumponexit=true)
How to repro: java -XX:StartFlightRecording:dumponexit=true -XX:FlightRecorderOptions:maxchunksize=1Mb,repository=/tmp/jfr-repo TestChunks.java 200
Test: TestChunks.java (attached)
Reproducible: 100%
(If any problem reproducing, increase the test parameter from 200 to 500, or 1000)
Note: hs_err file is NOT generated, even though the output says "dumping core".
How to repro: java -XX:StartFlightRecording:dumponexit=true -XX:FlightRecorderOptions:maxchunksize=1Mb,repository=/tmp/jfr-repo TestChunks.java 200
Test: TestChunks.java (attached)
Reproducible: 100%
(If any problem reproducing, increase the test parameter from 200 to 500, or 1000)
Note: hs_err file is NOT generated, even though the output says "dumping core".
- backported by
-
JDK-8267053 JFR: Could not create chunk in repository with over 200 recordings
- Resolved
-
JDK-8267458 JFR: Could not create chunk in repository with over 200 recordings
- Resolved