You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the jfr telemetry device on Java 9, we get a failure when launching the benchmark candidate:
2017-09-22 05:59:12,193 PID:2980 rally.launcher INFO rally-node-0: [0.814s][error][arguments] -XX:FlightRecorderOptions=maxsize=... has been removed. Use -XX:StartFlightRecording=maxsize=... instead.
Hence we need to add a version check and adjust the command line flags (similar to the gc telemetry device).
The text was updated successfully, but these errors were encountered:
When using the jfr telemetry device on Java 9, we get a failure when launching the benchmark candidate:
Hence we need to add a version check and adjust the command line flags (similar to the gc telemetry device).
The text was updated successfully, but these errors were encountered: