< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page
rev 50076 : Fold Partial GC into Traversal GC


  85   template(GetCurrentContendedMonitor)            \
  86   template(GetStackTrace)                         \
  87   template(GetMultipleStackTraces)                \
  88   template(GetAllStackTraces)                     \
  89   template(GetThreadListStackTraces)              \
  90   template(GetFrameCount)                         \
  91   template(GetFrameLocation)                      \
  92   template(ChangeBreakpoints)                     \
  93   template(GetOrSetLocal)                         \
  94   template(GetCurrentLocation)                    \
  95   template(EnterInterpOnlyMode)                   \
  96   template(ChangeSingleStep)                      \
  97   template(HeapWalkOperation)                     \
  98   template(HeapIterateOperation)                  \
  99   template(ReportJavaOutOfMemory)                 \
 100   template(JFRCheckpoint)                         \
 101   template(ShenandoahFullGC)                      \
 102   template(ShenandoahInitMark)                    \
 103   template(ShenandoahFinalMarkStartEvac)          \
 104   template(ShenandoahFinalEvac)                   \
 105   template(ShenandoahInitPartialGC)               \
 106   template(ShenandoahFinalPartialGC)              \
 107   template(ShenandoahInitTraversalGC)             \
 108   template(ShenandoahFinalTraversalGC)            \
 109   template(ShenandoahInitUpdateRefs)              \
 110   template(ShenandoahFinalUpdateRefs)             \
 111   template(ShenandoahDegeneratedGC)               \
 112   template(Exit)                                  \
 113   template(LinuxDllLoad)                          \
 114   template(RotateGCLog)                           \
 115   template(WhiteBoxOperation)                     \
 116   template(ClassLoaderStatsOperation)             \
 117   template(DumpHashtable)                         \
 118   template(DumpTouchedMethods)                    \
 119   template(MarkActiveNMethods)                    \
 120   template(PrintCompileQueue)                     \
 121   template(PrintClassHierarchy)                   \
 122   template(ThreadSuspend)                         \
 123   template(CTWThreshold)                          \
 124   template(ThreadsSuspendJVMTI)                   \
 125   template(ICBufferFull)                          \
 126   template(ScavengeMonitors)                      \




  85   template(GetCurrentContendedMonitor)            \
  86   template(GetStackTrace)                         \
  87   template(GetMultipleStackTraces)                \
  88   template(GetAllStackTraces)                     \
  89   template(GetThreadListStackTraces)              \
  90   template(GetFrameCount)                         \
  91   template(GetFrameLocation)                      \
  92   template(ChangeBreakpoints)                     \
  93   template(GetOrSetLocal)                         \
  94   template(GetCurrentLocation)                    \
  95   template(EnterInterpOnlyMode)                   \
  96   template(ChangeSingleStep)                      \
  97   template(HeapWalkOperation)                     \
  98   template(HeapIterateOperation)                  \
  99   template(ReportJavaOutOfMemory)                 \
 100   template(JFRCheckpoint)                         \
 101   template(ShenandoahFullGC)                      \
 102   template(ShenandoahInitMark)                    \
 103   template(ShenandoahFinalMarkStartEvac)          \
 104   template(ShenandoahFinalEvac)                   \


 105   template(ShenandoahInitTraversalGC)             \
 106   template(ShenandoahFinalTraversalGC)            \
 107   template(ShenandoahInitUpdateRefs)              \
 108   template(ShenandoahFinalUpdateRefs)             \
 109   template(ShenandoahDegeneratedGC)               \
 110   template(Exit)                                  \
 111   template(LinuxDllLoad)                          \
 112   template(RotateGCLog)                           \
 113   template(WhiteBoxOperation)                     \
 114   template(ClassLoaderStatsOperation)             \
 115   template(DumpHashtable)                         \
 116   template(DumpTouchedMethods)                    \
 117   template(MarkActiveNMethods)                    \
 118   template(PrintCompileQueue)                     \
 119   template(PrintClassHierarchy)                   \
 120   template(ThreadSuspend)                         \
 121   template(CTWThreshold)                          \
 122   template(ThreadsSuspendJVMTI)                   \
 123   template(ICBufferFull)                          \
 124   template(ScavengeMonitors)                      \


< prev index next >