src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp
branchJEP-349-branch
changeset 58567 e77a97d0edbb
parent 58159 892527a70da9
--- a/src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp	Thu Oct 10 17:36:57 2019 +0200
+++ b/src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp	Fri Oct 11 19:46:05 2019 +0200
@@ -33,8 +33,7 @@
                              (MSGBIT(MSG_START))  |          \
                              (MSGBIT(MSG_CLONE_IN_MEMORY)) | \
                              (MSGBIT(MSG_VM_ERROR))        | \
-                             (MSGBIT(MSG_FLUSHPOINT))      | \
-                             (MSGBIT(MSG_FLUSHPOINT_METADATA)) \
+                             (MSGBIT(MSG_FLUSHPOINT))        \
                            )
 
 static JfrPostBox* _instance = NULL;