< prev index next >

src/hotspot/share/runtime/vmOperation.hpp

Print this page

 64   template(ZMarkEndOld)                           \
 65   template(ZMarkEndYoung)                         \
 66   template(ZMarkFlushOperation)                   \
 67   template(ZMarkStartYoung)                       \
 68   template(ZMarkStartYoungAndOld)                 \
 69   template(ZRelocateStartOld)                     \
 70   template(ZRelocateStartYoung)                   \
 71   template(ZRendezvousGCThreads)                  \
 72   template(ZVerifyOld)                            \
 73   template(XMarkStart)                            \
 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)                          \
114   template(ICBufferFull)                          \
115   template(PrintMetadata)                         \
116   template(GTestExecuteAtSafepoint)               \
117   template(GTestStopSafepoint)                    \
118   template(JFROldObject)                          \
119   template(JvmtiPostObjectFree)                   \
120   template(RendezvousGCThreads)
121 
122 class Thread;

 64   template(ZMarkEndOld)                           \
 65   template(ZMarkEndYoung)                         \
 66   template(ZMarkFlushOperation)                   \
 67   template(ZMarkStartYoung)                       \
 68   template(ZMarkStartYoungAndOld)                 \
 69   template(ZRelocateStartOld)                     \
 70   template(ZRelocateStartYoung)                   \
 71   template(ZRendezvousGCThreads)                  \
 72   template(ZVerifyOld)                            \
 73   template(XMarkStart)                            \
 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(ChangeBreakpoints)                     \
 85   template(GetOrSetLocal)                         \
 86   template(VirtualThreadGetOrSetLocal)            \
 87   template(VirtualThreadGetCurrentLocation)       \
 88   template(ChangeSingleStep)                      \
 89   template(SetNotifyJvmtiEventsMode)              \
 90   template(HeapWalkOperation)                     \
 91   template(HeapIterateOperation)                  \
 92   template(ReportJavaOutOfMemory)                 \
 93   template(JFRCheckpoint)                         \
 94   template(ShenandoahFullGC)                      \
 95   template(ShenandoahInitMark)                    \
 96   template(ShenandoahFinalMarkStartEvac)          \
 97   template(ShenandoahInitUpdateRefs)              \
 98   template(ShenandoahFinalUpdateRefs)             \
 99   template(ShenandoahFinalRoots)                  \
100   template(ShenandoahDegeneratedGC)               \
101   template(EpsilonCollect)                        \
102   template(Exit)                                  \
103   template(LinuxDllLoad)                          \
104   template(WhiteBoxOperation)                     \
105   template(JVMCIResizeCounters)                   \
106   template(ClassLoaderStatsOperation)             \
107   template(ClassLoaderHierarchyOperation)         \
108   template(DumpHashtable)                         \
109   template(CleanClassLoaderDataMetaspaces)        \
110   template(PrintCompileQueue)                     \
111   template(PrintClassHierarchy)                   \
112   template(PrintClasses)                          \
113   template(ICBufferFull)                          \
114   template(PrintMetadata)                         \
115   template(GTestExecuteAtSafepoint)               \
116   template(GTestStopSafepoint)                    \
117   template(JFROldObject)                          \
118   template(JvmtiPostObjectFree)                   \
119   template(RendezvousGCThreads)
120 
121 class Thread;
< prev index next >