src/jdk.jfr/share/classes/jdk/jfr/internal/JVM.java
changeset 53014 339d2fbe8675
parent 52334 a181612f0715
child 57360 5d043a159d5c
child 58863 c16ac7a2eba4
equal deleted inserted replaced
53013:c8b2a408628b 53014:339d2fbe8675
   514      *
   514      *
   515      * @param cutoff the cutoff in ticks
   515      * @param cutoff the cutoff in ticks
   516      * @param emitAll emit all samples in old object queue
   516      * @param emitAll emit all samples in old object queue
   517      */
   517      */
   518     public native void emitOldObjectSamples(long cutoff, boolean emitAll);
   518     public native void emitOldObjectSamples(long cutoff, boolean emitAll);
       
   519 
       
   520     /**
       
   521      * Test if a chunk rotation is warranted.
       
   522      *
       
   523      * @return if it is time to perform a chunk rotation
       
   524      */
       
   525     public native boolean shouldRotateDisk();
   519 }
   526 }