< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page




  81   template(UpdateForPopTopFrame)                  \
  82   template(SetFramePop)                           \
  83   template(GetOwnedMonitorInfo)                   \
  84   template(GetObjectMonitorUsage)                 \
  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(Exit)                                  \
 102   template(LinuxDllLoad)                          \
 103   template(RotateGCLog)                           \
 104   template(WhiteBoxOperation)                     \
 105   template(ClassLoaderStatsOperation)             \
 106   template(ClassLoaderHierarchyOperation)         \
 107   template(DumpHashtable)                         \
 108   template(DumpTouchedMethods)                    \
 109   template(MarkActiveNMethods)                    \
 110   template(PrintCompileQueue)                     \
 111   template(PrintClassHierarchy)                   \
 112   template(ThreadSuspend)                         \
 113   template(CTWThreshold)                          \
 114   template(ThreadsSuspendJVMTI)                   \
 115   template(ICBufferFull)                          \
 116   template(ScavengeMonitors)                      \
 117   template(PrintMetadata)                         \
 118   template(GTestExecuteAtSafepoint)               \
 119 
 120 class VM_Operation: public CHeapObj<mtInternal> {




  81   template(UpdateForPopTopFrame)                  \
  82   template(SetFramePop)                           \
  83   template(GetOwnedMonitorInfo)                   \
  84   template(GetObjectMonitorUsage)                 \
  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(ClassLoaderHierarchyOperation)         \
 116   template(DumpHashtable)                         \
 117   template(DumpTouchedMethods)                    \
 118   template(MarkActiveNMethods)                    \
 119   template(PrintCompileQueue)                     \
 120   template(PrintClassHierarchy)                   \
 121   template(ThreadSuspend)                         \
 122   template(CTWThreshold)                          \
 123   template(ThreadsSuspendJVMTI)                   \
 124   template(ICBufferFull)                          \
 125   template(ScavengeMonitors)                      \
 126   template(PrintMetadata)                         \
 127   template(GTestExecuteAtSafepoint)               \
 128 
 129 class VM_Operation: public CHeapObj<mtInternal> {


< prev index next >