< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page




  62   template(ParallelGCSystemGC)                    \
  63   template(G1CollectForAllocation)                \
  64   template(G1CollectFull)                         \
  65   template(G1Concurrent)                          \
  66   template(G1TryInitiateConcMark)                 \
  67   template(ZMarkStart)                            \
  68   template(ZMarkEnd)                              \
  69   template(ZRelocateStart)                        \
  70   template(ZVerify)                               \
  71   template(HandshakeOneThread)                    \
  72   template(HandshakeAllThreads)                   \
  73   template(HandshakeFallback)                     \
  74   template(EnableBiasedLocking)                   \
  75   template(BulkRevokeBias)                        \
  76   template(PopulateDumpSharedSpace)               \
  77   template(JNIFunctionTableCopier)                \
  78   template(RedefineClasses)                       \
  79   template(UpdateForPopTopFrame)                  \
  80   template(SetFramePop)                           \
  81   template(GetObjectMonitorUsage)                 \
  82   template(GetStackTrace)                         \
  83   template(GetMultipleStackTraces)                \
  84   template(GetAllStackTraces)                     \
  85   template(GetThreadListStackTraces)              \
  86   template(GetFrameCount)                         \
  87   template(GetFrameLocation)                      \
  88   template(ChangeBreakpoints)                     \
  89   template(GetOrSetLocal)                         \
  90   template(GetCurrentLocation)                    \
  91   template(ChangeSingleStep)                      \
  92   template(HeapWalkOperation)                     \
  93   template(HeapIterateOperation)                  \
  94   template(ReportJavaOutOfMemory)                 \
  95   template(JFRCheckpoint)                         \
  96   template(ShenandoahFullGC)                      \
  97   template(ShenandoahInitMark)                    \
  98   template(ShenandoahFinalMarkStartEvac)          \
  99   template(ShenandoahInitUpdateRefs)              \
 100   template(ShenandoahFinalUpdateRefs)             \
 101   template(ShenandoahDegeneratedGC)               \
 102   template(Exit)                                  \
 103   template(LinuxDllLoad)                          \




  62   template(ParallelGCSystemGC)                    \
  63   template(G1CollectForAllocation)                \
  64   template(G1CollectFull)                         \
  65   template(G1Concurrent)                          \
  66   template(G1TryInitiateConcMark)                 \
  67   template(ZMarkStart)                            \
  68   template(ZMarkEnd)                              \
  69   template(ZRelocateStart)                        \
  70   template(ZVerify)                               \
  71   template(HandshakeOneThread)                    \
  72   template(HandshakeAllThreads)                   \
  73   template(HandshakeFallback)                     \
  74   template(EnableBiasedLocking)                   \
  75   template(BulkRevokeBias)                        \
  76   template(PopulateDumpSharedSpace)               \
  77   template(JNIFunctionTableCopier)                \
  78   template(RedefineClasses)                       \
  79   template(UpdateForPopTopFrame)                  \
  80   template(SetFramePop)                           \
  81   template(GetObjectMonitorUsage)                 \


  82   template(GetAllStackTraces)                     \
  83   template(GetThreadListStackTraces)              \
  84   template(GetFrameCount)                         \
  85   template(GetFrameLocation)                      \
  86   template(ChangeBreakpoints)                     \
  87   template(GetOrSetLocal)                         \
  88   template(GetCurrentLocation)                    \
  89   template(ChangeSingleStep)                      \
  90   template(HeapWalkOperation)                     \
  91   template(HeapIterateOperation)                  \
  92   template(ReportJavaOutOfMemory)                 \
  93   template(JFRCheckpoint)                         \
  94   template(ShenandoahFullGC)                      \
  95   template(ShenandoahInitMark)                    \
  96   template(ShenandoahFinalMarkStartEvac)          \
  97   template(ShenandoahInitUpdateRefs)              \
  98   template(ShenandoahFinalUpdateRefs)             \
  99   template(ShenandoahDegeneratedGC)               \
 100   template(Exit)                                  \
 101   template(LinuxDllLoad)                          \


< prev index next >