src/jdk.jfr/share/classes/jdk/jfr/consumer/RecordingStream.java
branchJEP-349-branch
changeset 58369 d55d1bd947c2
parent 58357 fe78b5a87287
child 58401 1211070f439d
equal deleted inserted replaced
58368:622f3661ed67 58369:d55d1bd947c2
   190 
   190 
   191     /**
   191     /**
   192      * Disables event with the specified name.
   192      * Disables event with the specified name.
   193      * <p>
   193      * <p>
   194      * If multiple events with same name (for example, the same class is loaded
   194      * If multiple events with same name (for example, the same class is loaded
   195      * in different class loaders), then all events that match the name is
   195      * in different class loaders), then all events that match the name are
   196      * disabled. To disable a specific class, use the {@link #disable(Class)}
   196      * disabled. To disable a specific class, use the {@link #disable(Class)}
   197      * method or a {@code String} representation of the event type ID.
   197      * method or a {@code String} representation of the event type ID.
   198      *
   198      *
   199      * @param name the settings for the event, not {@code null}
   199      * @param name the settings for the event, not {@code null}
   200      *
   200      *