equal
deleted
inserted
replaced
95 template(ReportJavaOutOfMemory) \ |
95 template(ReportJavaOutOfMemory) \ |
96 template(JFRCheckpoint) \ |
96 template(JFRCheckpoint) \ |
97 template(Exit) \ |
97 template(Exit) \ |
98 template(LinuxDllLoad) \ |
98 template(LinuxDllLoad) \ |
99 template(RotateGCLog) \ |
99 template(RotateGCLog) \ |
|
100 template(WhiteBoxOperation) \ |
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 |