On Sat, 26 Nov 2022 12:52:14 GMT, Andrey Turbanov <aturbanov@openjdk.org> wrote:
Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
Add @since
src/jdk.management.jfr/share/classes/jdk/management/jfr/RemoteRecordingStream.java line 615:
613: stopped = mbean.stopRecording(recordingId); 614: ManagementSupport.setCloseOnComplete(stream, false); 615: long stopTime = getRecordingInfo(mbean.getRecordings(), recordingId).getStopTime(); pb.setStreamEnd(stopTime);
Why `pb.setStreamEnd(stopTime);` is placed at the end of line here?
I wondered why "pb.setStreamEnd(stopTime);" disappeared. I will remove it. ------------- PR: https://git.openjdk.org/jdk/pull/11337