comparison src/share/vm/runtime/vm_operations.hpp @ 17891:b6a2ba7d3ea7 hs25.20-b11

Merge
author amurillo
date Thu, 17 Apr 2014 16:09:07 -0700
parents b127b0d6de7f
children 52b4284cb496 227a9e5e4b4a
comparison
equal deleted inserted replaced
17862:70dc2c030c69 17891:b6a2ba7d3ea7
93 template(ReportJavaOutOfMemory) \ 93 template(ReportJavaOutOfMemory) \
94 template(JFRCheckpoint) \ 94 template(JFRCheckpoint) \
95 template(Exit) \ 95 template(Exit) \
96 template(LinuxDllLoad) \ 96 template(LinuxDllLoad) \
97 template(RotateGCLog) \ 97 template(RotateGCLog) \
98 template(WhiteBoxOperation) \
98 99
99 class VM_Operation: public CHeapObj<mtInternal> { 100 class VM_Operation: public CHeapObj<mtInternal> {
100 public: 101 public:
101 enum Mode { 102 enum Mode {
102 _safepoint, // blocking, safepoint, vm_op C-heap allocated 103 _safepoint, // blocking, safepoint, vm_op C-heap allocated