8337676: JFR: Change the label of the throttle setting

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2024-08-02 15:51:26 +00:00
parent 066db6eb21
commit f2e1205abf

View File

@ -44,7 +44,7 @@ import jdk.jfr.internal.util.TimespanUnit;
import jdk.jfr.internal.util.Utils;
@MetadataDefinition
@Label("Event Emission Throttle")
@Label("Throttle")
@Description("Throttles the emission rate for an event")
@Name(Type.SETTINGS_PREFIX + "Throttle")
public final class ThrottleSetting extends JDKSettingControl {