src/hotspot/share/jfr/recorder/repository/jfrRepository.cpp
branchJEP-349-branch
changeset 57870 00860d9caf4d
parent 57360 5d043a159d5c
child 58068 22dab580786c
--- a/src/hotspot/share/jfr/recorder/repository/jfrRepository.cpp	Fri Aug 23 18:47:55 2019 +0200
+++ b/src/hotspot/share/jfr/recorder/repository/jfrRepository.cpp	Sat Aug 24 14:30:27 2019 +0200
@@ -175,5 +175,5 @@
 }
 
 size_t JfrRepository::flush_chunk() {
-  return _chunkwriter->flushpoint(false);
+  return _chunkwriter->flushpoint(true);
 }