< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 52710 : Upstream/backport Shenandoah to JDK11u


  82   template(UpdateForPopTopFrame)                  \
  83   template(SetFramePop)                           \
  84   template(GetOwnedMonitorInfo)                   \
  85   template(GetObjectMonitorUsage)                 \
  86   template(GetCurrentContendedMonitor)            \
  87   template(GetStackTrace)                         \
  88   template(GetMultipleStackTraces)                \
  89   template(GetAllStackTraces)                     \
  90   template(GetThreadListStackTraces)              \
  91   template(GetFrameCount)                         \
  92   template(GetFrameLocation)                      \
  93   template(ChangeBreakpoints)                     \
  94   template(GetOrSetLocal)                         \
  95   template(GetCurrentLocation)                    \
  96   template(EnterInterpOnlyMode)                   \
  97   template(ChangeSingleStep)                      \
  98   template(HeapWalkOperation)                     \
  99   template(HeapIterateOperation)                  \
 100   template(ReportJavaOutOfMemory)                 \
 101   template(JFRCheckpoint)                         \









 102   template(Exit)                                  \
 103   template(LinuxDllLoad)                          \
 104   template(RotateGCLog)                           \
 105   template(WhiteBoxOperation)                     \
 106   template(ClassLoaderStatsOperation)             \
 107   template(ClassLoaderHierarchyOperation)         \
 108   template(DumpHashtable)                         \
 109   template(DumpTouchedMethods)                    \
 110   template(MarkActiveNMethods)                    \
 111   template(PrintCompileQueue)                     \
 112   template(PrintClassHierarchy)                   \
 113   template(ThreadSuspend)                         \
 114   template(CTWThreshold)                          \
 115   template(ThreadsSuspendJVMTI)                   \
 116   template(ICBufferFull)                          \
 117   template(ScavengeMonitors)                      \
 118   template(PrintMetadata)                         \
 119   template(GTestExecuteAtSafepoint)               \
 120   template(JFROldObject)                          \
 121 




  82   template(UpdateForPopTopFrame)                  \
  83   template(SetFramePop)                           \
  84   template(GetOwnedMonitorInfo)                   \
  85   template(GetObjectMonitorUsage)                 \
  86   template(GetCurrentContendedMonitor)            \
  87   template(GetStackTrace)                         \
  88   template(GetMultipleStackTraces)                \
  89   template(GetAllStackTraces)                     \
  90   template(GetThreadListStackTraces)              \
  91   template(GetFrameCount)                         \
  92   template(GetFrameLocation)                      \
  93   template(ChangeBreakpoints)                     \
  94   template(GetOrSetLocal)                         \
  95   template(GetCurrentLocation)                    \
  96   template(EnterInterpOnlyMode)                   \
  97   template(ChangeSingleStep)                      \
  98   template(HeapWalkOperation)                     \
  99   template(HeapIterateOperation)                  \
 100   template(ReportJavaOutOfMemory)                 \
 101   template(JFRCheckpoint)                         \
 102   template(ShenandoahFullGC)                      \
 103   template(ShenandoahInitMark)                    \
 104   template(ShenandoahFinalMarkStartEvac)          \
 105   template(ShenandoahFinalEvac)                   \
 106   template(ShenandoahInitTraversalGC)             \
 107   template(ShenandoahFinalTraversalGC)            \
 108   template(ShenandoahInitUpdateRefs)              \
 109   template(ShenandoahFinalUpdateRefs)             \
 110   template(ShenandoahDegeneratedGC)               \
 111   template(Exit)                                  \
 112   template(LinuxDllLoad)                          \
 113   template(RotateGCLog)                           \
 114   template(WhiteBoxOperation)                     \
 115   template(ClassLoaderStatsOperation)             \
 116   template(ClassLoaderHierarchyOperation)         \
 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)                      \
 127   template(PrintMetadata)                         \
 128   template(GTestExecuteAtSafepoint)               \
 129   template(JFROldObject)                          \
 130 


< prev index next >