< prev index next >

src/hotspot/share/runtime/vmOperation.hpp

Print this page

 63   template(ZMarkStart)                            \
 64   template(ZMarkEnd)                              \
 65   template(ZRelocateStart)                        \
 66   template(ZVerify)                               \
 67   template(HandshakeAllThreads)                   \
 68   template(PopulateDumpSharedSpace)               \
 69   template(JNIFunctionTableCopier)                \
 70   template(RedefineClasses)                       \
 71   template(GetObjectMonitorUsage)                 \
 72   template(GetAllStackTraces)                     \
 73   template(GetThreadListStackTraces)              \
 74   template(VirtualThreadGetStackTrace)            \
 75   template(VirtualThreadGetFrameCount)            \
 76   template(ChangeBreakpoints)                     \
 77   template(GetOrSetLocal)                         \
 78   template(VirtualThreadGetOrSetLocal)            \
 79   template(VirtualThreadGetCurrentLocation)       \
 80   template(ChangeSingleStep)                      \
 81   template(HeapWalkOperation)                     \
 82   template(HeapIterateOperation)                  \

 83   template(ReportJavaOutOfMemory)                 \
 84   template(JFRCheckpoint)                         \
 85   template(ShenandoahFullGC)                      \
 86   template(ShenandoahInitMark)                    \
 87   template(ShenandoahFinalMarkStartEvac)          \
 88   template(ShenandoahInitUpdateRefs)              \
 89   template(ShenandoahFinalUpdateRefs)             \
 90   template(ShenandoahFinalRoots)                  \
 91   template(ShenandoahDegeneratedGC)               \

 92   template(Exit)                                  \
 93   template(LinuxDllLoad)                          \
 94   template(WhiteBoxOperation)                     \
 95   template(JVMCIResizeCounters)                   \
 96   template(ClassLoaderStatsOperation)             \
 97   template(ClassLoaderHierarchyOperation)         \
 98   template(DumpHashtable)                         \
 99   template(CleanClassLoaderDataMetaspaces)        \
100   template(PrintCompileQueue)                     \
101   template(PrintClassHierarchy)                   \
102   template(PrintClasses)                          \
103   template(ICBufferFull)                          \
104   template(PrintMetadata)                         \
105   template(GTestExecuteAtSafepoint)               \
106   template(GTestStopSafepoint)                    \
107   template(JFROldObject)                          \
108   template(JvmtiPostObjectFree)
109 
110 class Thread;
111 class outputStream;

 63   template(ZMarkStart)                            \
 64   template(ZMarkEnd)                              \
 65   template(ZRelocateStart)                        \
 66   template(ZVerify)                               \
 67   template(HandshakeAllThreads)                   \
 68   template(PopulateDumpSharedSpace)               \
 69   template(JNIFunctionTableCopier)                \
 70   template(RedefineClasses)                       \
 71   template(GetObjectMonitorUsage)                 \
 72   template(GetAllStackTraces)                     \
 73   template(GetThreadListStackTraces)              \
 74   template(VirtualThreadGetStackTrace)            \
 75   template(VirtualThreadGetFrameCount)            \
 76   template(ChangeBreakpoints)                     \
 77   template(GetOrSetLocal)                         \
 78   template(VirtualThreadGetOrSetLocal)            \
 79   template(VirtualThreadGetCurrentLocation)       \
 80   template(ChangeSingleStep)                      \
 81   template(HeapWalkOperation)                     \
 82   template(HeapIterateOperation)                  \
 83   template(HeapObjectStatistics)                  \
 84   template(ReportJavaOutOfMemory)                 \
 85   template(JFRCheckpoint)                         \
 86   template(ShenandoahFullGC)                      \
 87   template(ShenandoahInitMark)                    \
 88   template(ShenandoahFinalMarkStartEvac)          \
 89   template(ShenandoahInitUpdateRefs)              \
 90   template(ShenandoahFinalUpdateRefs)             \
 91   template(ShenandoahFinalRoots)                  \
 92   template(ShenandoahDegeneratedGC)               \
 93   template(RendezvousGCThreads)                   \
 94   template(Exit)                                  \
 95   template(LinuxDllLoad)                          \
 96   template(WhiteBoxOperation)                     \
 97   template(JVMCIResizeCounters)                   \
 98   template(ClassLoaderStatsOperation)             \
 99   template(ClassLoaderHierarchyOperation)         \
100   template(DumpHashtable)                         \
101   template(CleanClassLoaderDataMetaspaces)        \
102   template(PrintCompileQueue)                     \
103   template(PrintClassHierarchy)                   \
104   template(PrintClasses)                          \
105   template(ICBufferFull)                          \
106   template(PrintMetadata)                         \
107   template(GTestExecuteAtSafepoint)               \
108   template(GTestStopSafepoint)                    \
109   template(JFROldObject)                          \
110   template(JvmtiPostObjectFree)
111 
112 class Thread;
113 class outputStream;
< prev index next >