Skip to content

Commit

Permalink
force line break.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttoyonaga committed Mar 11, 2024
1 parent 20e8ec9 commit 99f5067
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public class JfrEventThrottler extends JfrAdaptiveSampler {
private static final long TEN_PER_1000_MS_IN_HOURS = 36000;
private static final long DAY = 24 * HOUR;
private static final long TEN_PER_1000_MS_IN_DAYS = 864000;
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-23+8/src/hotspot/share/jfr/recorder/service/jfrEventThrottler.cpp#L105-L106") private static final long DEFAULT_WINDOW_LOOKBACK_COUNT = 25;
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-23+8/src/hotspot/share/jfr/recorder/service/jfrEventThrottler.cpp#L105-L106") //
private static final long DEFAULT_WINDOW_LOOKBACK_COUNT = 25;
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-23+8/src/hotspot/share/jfr/recorder/service/jfrEventThrottler.cpp#L112-L113") private static final long LOW_RATE_UPPER_BOUND = 9;
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-23+8/src/hotspot/share/jfr/recorder/service/jfrEventThrottler.cpp#L113-L114") private static final long WINDOW_DIVISOR = 5;

Expand Down

0 comments on commit 99f5067

Please sign in to comment.