< prev index next >

src/hotspot/share/runtime/vmOperation.hpp

Print this page

 64   template(ZMarkStart)                            \
 65   template(ZMarkEnd)                              \
 66   template(ZRelocateStart)                        \
 67   template(ZVerify)                               \
 68   template(HandshakeOneThread)                    \
 69   template(HandshakeAllThreads)                   \
 70   template(HandshakeFallback)                     \
 71   template(EnableBiasedLocking)                   \
 72   template(BulkRevokeBias)                        \
 73   template(PopulateDumpSharedSpace)               \
 74   template(JNIFunctionTableCopier)                \
 75   template(RedefineClasses)                       \
 76   template(GetObjectMonitorUsage)                 \
 77   template(GetAllStackTraces)                     \
 78   template(GetThreadListStackTraces)              \
 79   template(ChangeBreakpoints)                     \
 80   template(GetOrSetLocal)                         \
 81   template(ChangeSingleStep)                      \
 82   template(HeapWalkOperation)                     \
 83   template(HeapIterateOperation)                  \

 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(Exit)                                  \
 94   template(LinuxDllLoad)                          \
 95   template(RotateGCLog)                           \
 96   template(WhiteBoxOperation)                     \
 97   template(JVMCIResizeCounters)                   \
 98   template(ClassLoaderStatsOperation)             \
 99   template(ClassLoaderHierarchyOperation)         \
100   template(DumpHashtable)                         \
101   template(DumpTouchedMethods)                    \
102   template(CleanClassLoaderDataMetaspaces)        \
103   template(PrintCompileQueue)                     \
104   template(PrintClassHierarchy)                   \
105   template(ThreadSuspend)                         \
106   template(ThreadsSuspendJVMTI)                   \
107   template(ICBufferFull)                          \
108   template(ScavengeMonitors)                      \
109   template(PrintMetadata)                         \
110   template(GTestExecuteAtSafepoint)               \
111   template(JFROldObject)                          \
112   template(JvmtiPostObjectFree)

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