src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp
branchJEP-349-branch
changeset 58567 e77a97d0edbb
parent 58159 892527a70da9
equal deleted inserted replaced
58540:43229acd75ea 58567:e77a97d0edbb
    31 #define MSG_IS_SYNCHRONOUS ( (MSGBIT(MSG_ROTATE)) |          \
    31 #define MSG_IS_SYNCHRONOUS ( (MSGBIT(MSG_ROTATE)) |          \
    32                              (MSGBIT(MSG_STOP))   |          \
    32                              (MSGBIT(MSG_STOP))   |          \
    33                              (MSGBIT(MSG_START))  |          \
    33                              (MSGBIT(MSG_START))  |          \
    34                              (MSGBIT(MSG_CLONE_IN_MEMORY)) | \
    34                              (MSGBIT(MSG_CLONE_IN_MEMORY)) | \
    35                              (MSGBIT(MSG_VM_ERROR))        | \
    35                              (MSGBIT(MSG_VM_ERROR))        | \
    36                              (MSGBIT(MSG_FLUSHPOINT))      | \
    36                              (MSGBIT(MSG_FLUSHPOINT))        \
    37                              (MSGBIT(MSG_FLUSHPOINT_METADATA)) \
       
    38                            )
    37                            )
    39 
    38 
    40 static JfrPostBox* _instance = NULL;
    39 static JfrPostBox* _instance = NULL;
    41 
    40 
    42 JfrPostBox& JfrPostBox::instance() {
    41 JfrPostBox& JfrPostBox::instance() {