< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page




  59   template(DeoptimizeTheWorld)                    \
  60   template(CollectForMetadataAllocation)          \
  61   template(GC_HeapInspection)                     \
  62   template(GenCollectFull)                        \
  63   template(GenCollectFullConcurrent)              \
  64   template(GenCollectForAllocation)               \
  65   template(ParallelGCFailedAllocation)            \
  66   template(ParallelGCSystemGC)                    \
  67   template(CMS_Initial_Mark)                      \
  68   template(CMS_Final_Remark)                      \
  69   template(G1CollectForAllocation)                \
  70   template(G1CollectFull)                         \
  71   template(G1Concurrent)                          \
  72   template(ZMarkStart)                            \
  73   template(ZMarkEnd)                              \
  74   template(ZRelocateStart)                        \
  75   template(HandshakeOneThread)                    \
  76   template(HandshakeAllThreads)                   \
  77   template(HandshakeFallback)                     \
  78   template(EnableBiasedLocking)                   \
  79   template(RevokeBias)                            \
  80   template(BulkRevokeBias)                        \
  81   template(PopulateDumpSharedSpace)               \
  82   template(JNIFunctionTableCopier)                \
  83   template(RedefineClasses)                       \
  84   template(UpdateForPopTopFrame)                  \
  85   template(SetFramePop)                           \
  86   template(GetOwnedMonitorInfo)                   \
  87   template(GetObjectMonitorUsage)                 \
  88   template(GetCurrentContendedMonitor)            \
  89   template(GetStackTrace)                         \
  90   template(GetMultipleStackTraces)                \
  91   template(GetAllStackTraces)                     \
  92   template(GetThreadListStackTraces)              \
  93   template(GetFrameCount)                         \
  94   template(GetFrameLocation)                      \
  95   template(ChangeBreakpoints)                     \
  96   template(GetOrSetLocal)                         \
  97   template(GetCurrentLocation)                    \
  98   template(EnterInterpOnlyMode)                   \
  99   template(ChangeSingleStep)                      \




  59   template(DeoptimizeTheWorld)                    \
  60   template(CollectForMetadataAllocation)          \
  61   template(GC_HeapInspection)                     \
  62   template(GenCollectFull)                        \
  63   template(GenCollectFullConcurrent)              \
  64   template(GenCollectForAllocation)               \
  65   template(ParallelGCFailedAllocation)            \
  66   template(ParallelGCSystemGC)                    \
  67   template(CMS_Initial_Mark)                      \
  68   template(CMS_Final_Remark)                      \
  69   template(G1CollectForAllocation)                \
  70   template(G1CollectFull)                         \
  71   template(G1Concurrent)                          \
  72   template(ZMarkStart)                            \
  73   template(ZMarkEnd)                              \
  74   template(ZRelocateStart)                        \
  75   template(HandshakeOneThread)                    \
  76   template(HandshakeAllThreads)                   \
  77   template(HandshakeFallback)                     \
  78   template(EnableBiasedLocking)                   \

  79   template(BulkRevokeBias)                        \
  80   template(PopulateDumpSharedSpace)               \
  81   template(JNIFunctionTableCopier)                \
  82   template(RedefineClasses)                       \
  83   template(UpdateForPopTopFrame)                  \
  84   template(SetFramePop)                           \
  85   template(GetOwnedMonitorInfo)                   \
  86   template(GetObjectMonitorUsage)                 \
  87   template(GetCurrentContendedMonitor)            \
  88   template(GetStackTrace)                         \
  89   template(GetMultipleStackTraces)                \
  90   template(GetAllStackTraces)                     \
  91   template(GetThreadListStackTraces)              \
  92   template(GetFrameCount)                         \
  93   template(GetFrameLocation)                      \
  94   template(ChangeBreakpoints)                     \
  95   template(GetOrSetLocal)                         \
  96   template(GetCurrentLocation)                    \
  97   template(EnterInterpOnlyMode)                   \
  98   template(ChangeSingleStep)                      \


< prev index next >