< prev index next >

src/hotspot/share/runtime/vmOperation.hpp

Print this page

 74   template(XMarkEnd)                              \
 75   template(XRelocateStart)                        \
 76   template(XVerify)                               \
 77   template(HandshakeAllThreads)                   \
 78   template(PopulateDumpSharedSpace)               \
 79   template(JNIFunctionTableCopier)                \
 80   template(RedefineClasses)                       \
 81   template(GetObjectMonitorUsage)                 \
 82   template(GetAllStackTraces)                     \
 83   template(GetThreadListStackTraces)              \
 84   template(VirtualThreadGetStackTrace)            \
 85   template(VirtualThreadGetFrameCount)            \
 86   template(ChangeBreakpoints)                     \
 87   template(GetOrSetLocal)                         \
 88   template(VirtualThreadGetOrSetLocal)            \
 89   template(VirtualThreadGetCurrentLocation)       \
 90   template(ChangeSingleStep)                      \
 91   template(SetNotifyJvmtiEventsMode)              \
 92   template(HeapWalkOperation)                     \
 93   template(HeapIterateOperation)                  \

 94   template(ReportJavaOutOfMemory)                 \
 95   template(JFRCheckpoint)                         \
 96   template(ShenandoahFullGC)                      \
 97   template(ShenandoahInitMark)                    \
 98   template(ShenandoahFinalMarkStartEvac)          \
 99   template(ShenandoahInitUpdateRefs)              \
100   template(ShenandoahFinalUpdateRefs)             \
101   template(ShenandoahFinalRoots)                  \
102   template(ShenandoahDegeneratedGC)               \
103   template(Exit)                                  \
104   template(LinuxDllLoad)                          \
105   template(WhiteBoxOperation)                     \
106   template(JVMCIResizeCounters)                   \
107   template(ClassLoaderStatsOperation)             \
108   template(ClassLoaderHierarchyOperation)         \
109   template(DumpHashtable)                         \
110   template(CleanClassLoaderDataMetaspaces)        \
111   template(PrintCompileQueue)                     \
112   template(PrintClassHierarchy)                   \
113   template(PrintClasses)                          \

 74   template(XMarkEnd)                              \
 75   template(XRelocateStart)                        \
 76   template(XVerify)                               \
 77   template(HandshakeAllThreads)                   \
 78   template(PopulateDumpSharedSpace)               \
 79   template(JNIFunctionTableCopier)                \
 80   template(RedefineClasses)                       \
 81   template(GetObjectMonitorUsage)                 \
 82   template(GetAllStackTraces)                     \
 83   template(GetThreadListStackTraces)              \
 84   template(VirtualThreadGetStackTrace)            \
 85   template(VirtualThreadGetFrameCount)            \
 86   template(ChangeBreakpoints)                     \
 87   template(GetOrSetLocal)                         \
 88   template(VirtualThreadGetOrSetLocal)            \
 89   template(VirtualThreadGetCurrentLocation)       \
 90   template(ChangeSingleStep)                      \
 91   template(SetNotifyJvmtiEventsMode)              \
 92   template(HeapWalkOperation)                     \
 93   template(HeapIterateOperation)                  \
 94   template(HeapObjectStatistics)                  \
 95   template(ReportJavaOutOfMemory)                 \
 96   template(JFRCheckpoint)                         \
 97   template(ShenandoahFullGC)                      \
 98   template(ShenandoahInitMark)                    \
 99   template(ShenandoahFinalMarkStartEvac)          \
100   template(ShenandoahInitUpdateRefs)              \
101   template(ShenandoahFinalUpdateRefs)             \
102   template(ShenandoahFinalRoots)                  \
103   template(ShenandoahDegeneratedGC)               \
104   template(Exit)                                  \
105   template(LinuxDllLoad)                          \
106   template(WhiteBoxOperation)                     \
107   template(JVMCIResizeCounters)                   \
108   template(ClassLoaderStatsOperation)             \
109   template(ClassLoaderHierarchyOperation)         \
110   template(DumpHashtable)                         \
111   template(CleanClassLoaderDataMetaspaces)        \
112   template(PrintCompileQueue)                     \
113   template(PrintClassHierarchy)                   \
114   template(PrintClasses)                          \
< prev index next >