8272867: JFR: ManagementSupport.removeBefore() lost coverage
Reviewed-by: mseledtsov, mgronlun
This commit is contained in:
parent
48aff23165
commit
dad5d27172
@ -136,12 +136,6 @@ public final class ManagementSupport {
|
||||
return PrivateAccess.getInstance().newEventSettings(esm);
|
||||
}
|
||||
|
||||
// When streaming an ongoing recording, consumed chunks should be removed
|
||||
public static void removeBefore(Recording recording, Instant timestamp) {
|
||||
PlatformRecording pr = PrivateAccess.getInstance().getPlatformRecording(recording);
|
||||
pr.removeBefore(timestamp);
|
||||
}
|
||||
|
||||
// Needed callback to detect when a chunk has been parsed.
|
||||
public static void removePath(Recording recording, Path path) {
|
||||
PlatformRecording pr = PrivateAccess.getInstance().getPlatformRecording(recording);
|
||||
|
Loading…
x
Reference in New Issue
Block a user