src/jdk.jfr/share/classes/jdk/jfr/Recording.java
branchJEP-349-branch
changeset 58374 a5ef6febbd26
parent 58357 fe78b5a87287
equal deleted inserted replaced
58373:849a45ac808a 58374:a5ef6febbd26
   416         /**
   416         /**
   417          * Determines how often events are made available for streaming.
   417          * Determines how often events are made available for streaming.
   418          *
   418          *
   419          * @param interval the interval at which events are made available for streaming.
   419          * @param interval the interval at which events are made available for streaming.
   420          *
   420          *
   421          * @throws IllegalArgumentException if <code>interval</code> is negative
   421          * @throws IllegalArgumentException if {@code interval} is negative
   422          *
   422          *
   423          * @throws IllegalStateException if the recording is in the {@code CLOSED} state
   423          * @throws IllegalStateException if the recording is in the {@code CLOSED} state
   424          *
   424          *
   425          * @since 14
   425          * @since 14
   426          */
   426          */