src/hotspot/share/runtime/vm_operations.hpp
changeset 52874 c45a5b46461b
parent 51334 cc2c79d22508
equal deleted inserted replaced
52873:6e7db888f04c 52874:c45a5b46461b
    61   template(GenCollectFull)                        \
    61   template(GenCollectFull)                        \
    62   template(GenCollectFullConcurrent)              \
    62   template(GenCollectFullConcurrent)              \
    63   template(GenCollectForAllocation)               \
    63   template(GenCollectForAllocation)               \
    64   template(ParallelGCFailedAllocation)            \
    64   template(ParallelGCFailedAllocation)            \
    65   template(ParallelGCSystemGC)                    \
    65   template(ParallelGCSystemGC)                    \
    66   template(CGC_Operation)                         \
       
    67   template(CMS_Initial_Mark)                      \
    66   template(CMS_Initial_Mark)                      \
    68   template(CMS_Final_Remark)                      \
    67   template(CMS_Final_Remark)                      \
    69   template(G1CollectForAllocation)                \
    68   template(G1CollectForAllocation)                \
    70   template(G1CollectFull)                         \
    69   template(G1CollectFull)                         \
       
    70   template(G1Concurrent)                          \
    71   template(ZOperation)                            \
    71   template(ZOperation)                            \
    72   template(HandshakeOneThread)                    \
    72   template(HandshakeOneThread)                    \
    73   template(HandshakeAllThreads)                   \
    73   template(HandshakeAllThreads)                   \
    74   template(HandshakeFallback)                     \
    74   template(HandshakeFallback)                     \
    75   template(EnableBiasedLocking)                   \
    75   template(EnableBiasedLocking)                   \