src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp
branchJEP-349-branch
changeset 57360 5d043a159d5c
parent 54645 05aaccf7d558
child 58159 892527a70da9
equal deleted inserted replaced
57359:4cab5edc2950 57360:5d043a159d5c
    31 
    31 
    32 #define MSG_IS_SYNCHRONOUS ( (MSGBIT(MSG_ROTATE)) |          \
    32 #define MSG_IS_SYNCHRONOUS ( (MSGBIT(MSG_ROTATE)) |          \
    33                              (MSGBIT(MSG_STOP))   |          \
    33                              (MSGBIT(MSG_STOP))   |          \
    34                              (MSGBIT(MSG_START))  |          \
    34                              (MSGBIT(MSG_START))  |          \
    35                              (MSGBIT(MSG_CLONE_IN_MEMORY)) | \
    35                              (MSGBIT(MSG_CLONE_IN_MEMORY)) | \
    36                              (MSGBIT(MSG_VM_ERROR))          \
    36                              (MSGBIT(MSG_VM_ERROR))        | \
       
    37                              (MSGBIT(MSG_FLUSHPOINT))      | \
       
    38                              (MSGBIT(MSG_FLUSHPOINT_METADATA)) \
    37                            )
    39                            )
    38 
    40 
    39 static JfrPostBox* _instance = NULL;
    41 static JfrPostBox* _instance = NULL;
    40 
    42 
    41 JfrPostBox& JfrPostBox::instance() {
    43 JfrPostBox& JfrPostBox::instance() {