src/jdk.jfr/share/classes/jdk/jfr/internal/JVM.java
branchJEP-349-branch
changeset 58567 e77a97d0edbb
parent 58165 8584c5b96cb6
equal deleted inserted replaced
58540:43229acd75ea 58567:e77a97d0edbb
   464      * <p>
   464      * <p>
   465      * When the method returns, the chunk header should be updated with valid
   465      * When the method returns, the chunk header should be updated with valid
   466      * pointers to the metadata event, last check point event, correct file size and
   466      * pointers to the metadata event, last check point event, correct file size and
   467      * the generation id.
   467      * the generation id.
   468      *
   468      *
   469      * @param includeMetadata {@code true} if metadata event should be written, {@code false}
   469      */
   470      *        otherwise
   470     public native void flush();
   471      */
       
   472     public native void flush(boolean includeMetadata);
       
   473     /**
   471     /**
   474      * Sets the location of the disk repository, to be used at an emergency
   472      * Sets the location of the disk repository, to be used at an emergency
   475      * dump.
   473      * dump.
   476      *
   474      *
   477      * @param dirText
   475      * @param dirText