8292488: JFR: Incorrect comment in ActiveRecordingEvent

Reviewed-by: egahlin
This commit is contained in:
chigiriki 2022-08-18 16:46:16 +00:00 committed by Erik Gahlin
parent f567fa0fd5
commit 20a3cb7ce3

@ -41,7 +41,7 @@ import jdk.jfr.internal.Type;
public final class ActiveRecordingEvent extends AbstractJDKEvent {
// The order of these fields must be the same as the parameters in
// commit(... , long, String, String, String, long, long, long, long, long)
// commit(... , long, String, String, long, long, long, long, long)
@Label("Id")
public long id;