src/jdk.jfr/share/classes/jdk/jfr/consumer/AbstractEventStream.java
branchJEP-349-branch
changeset 57861 86022e34ba63
parent 57753 4883a96b6d37
child 57921 08327ab323c5
equal deleted inserted replaced
57860:588a3f63efff 57861:86022e34ba63
   325 
   325 
   326     private final static EventDispatcher[] NO_DISPATCHERS = new EventDispatcher[0];
   326     private final static EventDispatcher[] NO_DISPATCHERS = new EventDispatcher[0];
   327     private final AccessControlContext accessControlContext;
   327     private final AccessControlContext accessControlContext;
   328     private final Thread thread;
   328     private final Thread thread;
   329     private final boolean active;
   329     private final boolean active;
       
   330     protected final Runnable flushOperation = () -> runFlushActions();
       
   331 
   330     // Updated by updateConfiguration()
   332     // Updated by updateConfiguration()
   331     protected StreamConfiguration configuration = new StreamConfiguration();
   333     protected StreamConfiguration configuration = new StreamConfiguration();
   332 
   334 
   333     // Cache the last event type and dispatch.
   335     // Cache the last event type and dispatch.
   334     private EventType lastEventType;
   336     private EventType lastEventType;