src/share/vm/runtime/vm_operations.hpp

changeset 9063
777ace6655eb
parent 8720
6bed084fd02f
child 9122
024be04bb151
child 9885
8e875c964f41
equal deleted inserted replaced
9061:d10254debf7c 9063:777ace6655eb
95 template(JFRCheckpoint) \ 95 template(JFRCheckpoint) \
96 template(Exit) \ 96 template(Exit) \
97 template(LinuxDllLoad) \ 97 template(LinuxDllLoad) \
98 template(RotateGCLog) \ 98 template(RotateGCLog) \
99 template(WhiteBoxOperation) \ 99 template(WhiteBoxOperation) \
100 template(ClassLoaderStatsOperation) \
100 101
101 class VM_Operation: public CHeapObj<mtInternal> { 102 class VM_Operation: public CHeapObj<mtInternal> {
102 public: 103 public:
103 enum Mode { 104 enum Mode {
104 _safepoint, // blocking, safepoint, vm_op C-heap allocated 105 _safepoint, // blocking, safepoint, vm_op C-heap allocated

mercurial