Since JDK 11, it's been possible to use the following syntax:
$ java -XX:StartFlightRecording:filname=recording.jfr ...
We should update tests, code and other artefacts to the new syntax (but still allow the old way).
$ java -XX:StartFlightRecording:filname=recording.jfr ...
We should update tests, code and other artefacts to the new syntax (but still allow the old way).