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(Exit) \
102 template(LinuxDllLoad) \
103 template(WhiteBoxOperation) \
104 template(JVMCIResizeCounters) \
105 template(ClassLoaderStatsOperation) \
106 template(ClassLoaderHierarchyOperation) \
107 template(DumpHashtable) \
108 template(CleanClassLoaderDataMetaspaces) \
109 template(PrintCompileQueue) \
110 template(PrintClassHierarchy) \
111 template(PrintClasses) \
112 template(ICBufferFull) \
113 template(PrintMetadata) \
114 template(GTestExecuteAtSafepoint) \
115 template(GTestStopSafepoint) \
116 template(JFROldObject) \
117 template(JvmtiPostObjectFree) \
118 template(RendezvousGCThreads)
119
120 class Thread;
|
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;
|