< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page




  59   template(GenCollectFullConcurrent)              \
  60   template(GenCollectForAllocation)               \
  61   template(ParallelGCFailedAllocation)            \
  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(ChangeBreakpoints)                     \
  85   template(GetOrSetLocal)                         \
  86   template(GetCurrentLocation)                    \
  87   template(ChangeSingleStep)                      \
  88   template(HeapWalkOperation)                     \
  89   template(HeapIterateOperation)                  \
  90   template(ReportJavaOutOfMemory)                 \
  91   template(JFRCheckpoint)                         \
  92   template(ShenandoahFullGC)                      \
  93   template(ShenandoahInitMark)                    \
  94   template(ShenandoahFinalMarkStartEvac)          \
  95   template(ShenandoahInitUpdateRefs)              \
  96   template(ShenandoahFinalUpdateRefs)             \
  97   template(ShenandoahDegeneratedGC)               \
  98   template(Exit)                                  \
  99   template(LinuxDllLoad)                          \
 100   template(RotateGCLog)                           \
 101   template(WhiteBoxOperation)                     \
 102   template(JVMCIResizeCounters)                   \
 103   template(ClassLoaderStatsOperation)             \
 104   template(ClassLoaderHierarchyOperation)         \
 105   template(DumpHashtable)                         \
 106   template(DumpTouchedMethods)                    \




  59   template(GenCollectFullConcurrent)              \
  60   template(GenCollectForAllocation)               \
  61   template(ParallelGCFailedAllocation)            \
  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(GetObjectMonitorUsage)                 \
  80   template(GetAllStackTraces)                     \
  81   template(GetThreadListStackTraces)              \
  82   template(ChangeBreakpoints)                     \
  83   template(GetOrSetLocal)                         \

  84   template(ChangeSingleStep)                      \
  85   template(HeapWalkOperation)                     \
  86   template(HeapIterateOperation)                  \
  87   template(ReportJavaOutOfMemory)                 \
  88   template(JFRCheckpoint)                         \
  89   template(ShenandoahFullGC)                      \
  90   template(ShenandoahInitMark)                    \
  91   template(ShenandoahFinalMarkStartEvac)          \
  92   template(ShenandoahInitUpdateRefs)              \
  93   template(ShenandoahFinalUpdateRefs)             \
  94   template(ShenandoahDegeneratedGC)               \
  95   template(Exit)                                  \
  96   template(LinuxDllLoad)                          \
  97   template(RotateGCLog)                           \
  98   template(WhiteBoxOperation)                     \
  99   template(JVMCIResizeCounters)                   \
 100   template(ClassLoaderStatsOperation)             \
 101   template(ClassLoaderHierarchyOperation)         \
 102   template(DumpHashtable)                         \
 103   template(DumpTouchedMethods)                    \


< prev index next >