< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 59271 : 8240870: Shenandoah: merge evac and update phases
Reviewed-by: XXX


  82   template(SetFramePop)                           \
  83   template(GetObjectMonitorUsage)                 \
  84   template(GetStackTrace)                         \
  85   template(GetMultipleStackTraces)                \
  86   template(GetAllStackTraces)                     \
  87   template(GetThreadListStackTraces)              \
  88   template(GetFrameCount)                         \
  89   template(GetFrameLocation)                      \
  90   template(ChangeBreakpoints)                     \
  91   template(GetOrSetLocal)                         \
  92   template(GetCurrentLocation)                    \
  93   template(EnterInterpOnlyMode)                   \
  94   template(ChangeSingleStep)                      \
  95   template(HeapWalkOperation)                     \
  96   template(HeapIterateOperation)                  \
  97   template(ReportJavaOutOfMemory)                 \
  98   template(JFRCheckpoint)                         \
  99   template(ShenandoahFullGC)                      \
 100   template(ShenandoahInitMark)                    \
 101   template(ShenandoahFinalMarkStartEvac)          \
 102   template(ShenandoahInitUpdateRefs)              \
 103   template(ShenandoahFinalUpdateRefs)             \
 104   template(ShenandoahDegeneratedGC)               \
 105   template(Exit)                                  \
 106   template(LinuxDllLoad)                          \
 107   template(RotateGCLog)                           \
 108   template(WhiteBoxOperation)                     \
 109   template(JVMCIResizeCounters)                   \
 110   template(ClassLoaderStatsOperation)             \
 111   template(ClassLoaderHierarchyOperation)         \
 112   template(DumpHashtable)                         \
 113   template(DumpTouchedMethods)                    \
 114   template(MarkActiveNMethods)                    \
 115   template(PrintCompileQueue)                     \
 116   template(PrintClassHierarchy)                   \
 117   template(ThreadSuspend)                         \
 118   template(ThreadsSuspendJVMTI)                   \
 119   template(ICBufferFull)                          \
 120   template(ScavengeMonitors)                      \
 121   template(PrintMetadata)                         \
 122   template(GTestExecuteAtSafepoint)               \
 123   template(JFROldObject)                          \




  82   template(SetFramePop)                           \
  83   template(GetObjectMonitorUsage)                 \
  84   template(GetStackTrace)                         \
  85   template(GetMultipleStackTraces)                \
  86   template(GetAllStackTraces)                     \
  87   template(GetThreadListStackTraces)              \
  88   template(GetFrameCount)                         \
  89   template(GetFrameLocation)                      \
  90   template(ChangeBreakpoints)                     \
  91   template(GetOrSetLocal)                         \
  92   template(GetCurrentLocation)                    \
  93   template(EnterInterpOnlyMode)                   \
  94   template(ChangeSingleStep)                      \
  95   template(HeapWalkOperation)                     \
  96   template(HeapIterateOperation)                  \
  97   template(ReportJavaOutOfMemory)                 \
  98   template(JFRCheckpoint)                         \
  99   template(ShenandoahFullGC)                      \
 100   template(ShenandoahInitMark)                    \
 101   template(ShenandoahFinalMarkStartEvac)          \
 102   template(ShenandoahInitEvacUpdate)              \
 103   template(ShenandoahFinalEvacUpdate)             \
 104   template(ShenandoahDegeneratedGC)               \
 105   template(Exit)                                  \
 106   template(LinuxDllLoad)                          \
 107   template(RotateGCLog)                           \
 108   template(WhiteBoxOperation)                     \
 109   template(JVMCIResizeCounters)                   \
 110   template(ClassLoaderStatsOperation)             \
 111   template(ClassLoaderHierarchyOperation)         \
 112   template(DumpHashtable)                         \
 113   template(DumpTouchedMethods)                    \
 114   template(MarkActiveNMethods)                    \
 115   template(PrintCompileQueue)                     \
 116   template(PrintClassHierarchy)                   \
 117   template(ThreadSuspend)                         \
 118   template(ThreadsSuspendJVMTI)                   \
 119   template(ICBufferFull)                          \
 120   template(ScavengeMonitors)                      \
 121   template(PrintMetadata)                         \
 122   template(GTestExecuteAtSafepoint)               \
 123   template(JFROldObject)                          \


< prev index next >