Open retronym opened 9 years ago
I had the following in a benchmark:
@Param("foo/bar") var path: String = null
This led to an IO error in FlightRecordingProfiler writing the .jfr file. I'd suggest to replaceAll("/", "_") in the ID to avoid this problem.
FlightRecordingProfiler
replaceAll("/", "_")
I had the following in a benchmark:
This led to an IO error in
FlightRecordingProfiler
writing the .jfr file. I'd suggest toreplaceAll("/", "_")
in the ID to avoid this problem.