File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/jdk.jfr/share/classes/jdk/jfr/internal/settings Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3737import jdk .jfr .Label ;
3838import jdk .jfr .MetadataDefinition ;
3939import jdk .jfr .Name ;
40+ import jdk .jfr .SettingControl ;
4041import jdk .jfr .internal .PlatformEventType ;
4142import jdk .jfr .internal .Type ;
4243import jdk .jfr .internal .util .TimespanRate ;
4647@ Label ("CPUThrottleSetting" )
4748@ Description ("Upper bounds the emission rate for CPU time samples" )
4849@ Name (Type .SETTINGS_PREFIX + "Rate" )
49- public final class CPUThrottleSetting extends JDKSettingControl {
50+ public final class CPUThrottleSetting extends SettingControl {
5051 public static final String DEFAULT_VALUE = "0/s" ;
5152 private final PlatformEventType eventType ;
5253 private String value = DEFAULT_VALUE ;
You can’t perform that action at this time.
0 commit comments