8268903: JFR: RecordingStream::dump is missing @since
Reviewed-by: mgronlun
This commit is contained in:
parent
d8a0582a36
commit
f9c8c1c386
src
jdk.jfr/share/classes/jdk/jfr/consumer
jdk.management.jfr/share/classes/jdk/management/jfr
@ -424,6 +424,8 @@ public final class RecordingStream implements AutoCloseable, EventStream {
|
||||
*
|
||||
* @see RecordingStream#setMaxAge(Duration)
|
||||
* @see RecordingStream#setMaxSize(long)
|
||||
*
|
||||
* @since 17
|
||||
*/
|
||||
public void dump(Path destination) throws IOException {
|
||||
Objects.requireNonNull(destination);
|
||||
|
@ -583,6 +583,8 @@ public final class RemoteRecordingStream implements EventStream {
|
||||
*
|
||||
* @see RemoteRecordingStream#setMaxAge(Duration)
|
||||
* @see RemoteRecordingStream#setMaxSize(long)
|
||||
*
|
||||
* @since 17
|
||||
*/
|
||||
public void dump(Path destination) throws IOException {
|
||||
Objects.requireNonNull(destination);
|
||||
|
Loading…
x
Reference in New Issue
Block a user