mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8250912: Recording#copy() doesn't copy the flush interval
Reviewed-by: jbachorik
This commit is contained in:
parent
b0e4e9a2e4
commit
db4d59cc0c
1 changed files with 1 additions and 0 deletions
|
@ -505,6 +505,7 @@ public final class PlatformRecorder {
|
||||||
copy.setInternalDuration(r.getDuration());
|
copy.setInternalDuration(r.getDuration());
|
||||||
copy.setStartTime(r.getStartTime());
|
copy.setStartTime(r.getStartTime());
|
||||||
copy.setStopTime(r.getStopTime());
|
copy.setStopTime(r.getStopTime());
|
||||||
|
copy.setFlushInterval(r.getFlushInterval());
|
||||||
|
|
||||||
if (r.getState() == RecordingState.NEW) {
|
if (r.getState() == RecordingState.NEW) {
|
||||||
return newRec;
|
return newRec;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue