src/hotspot/share/runtime/vm_operations.hpp
changeset 50966 f939a67fea30
parent 50946 be2d74d91351
child 51334 cc2c79d22508
equal deleted inserted replaced
50965:29eaf3feab30 50966:f939a67fea30
    38 
    38 
    39 #define VM_OP_ENUM(type)   VMOp_##type,
    39 #define VM_OP_ENUM(type)   VMOp_##type,
    40 
    40 
    41 // Note: When new VM_XXX comes up, add 'XXX' to the template table.
    41 // Note: When new VM_XXX comes up, add 'XXX' to the template table.
    42 #define VM_OPS_DO(template)                       \
    42 #define VM_OPS_DO(template)                       \
    43   template(Dummy)                                 \
    43   template(None)                                  \
    44   template(ThreadStop)                            \
    44   template(ThreadStop)                            \
    45   template(ThreadDump)                            \
    45   template(ThreadDump)                            \
    46   template(PrintThreads)                          \
    46   template(PrintThreads)                          \
    47   template(FindDeadlocks)                         \
    47   template(FindDeadlocks)                         \
    48   template(ClearICs)                              \
    48   template(ClearICs)                              \