< prev index next >

src/share/vm/runtime/vm_operations.hpp

Print this page

        

@@ -95,10 +95,12 @@
   template(JFRCheckpoint)                         \
   template(Exit)                                  \
   template(LinuxDllLoad)                          \
   template(RotateGCLog)                           \
   template(WhiteBoxOperation)                     \
+  template(ReclaimTraceBuffers)                   \
+  template(ResetTraceMetadata)                    \
 
 class VM_Operation: public CHeapObj<mtInternal> {
  public:
   enum Mode {
     _safepoint,       // blocking,        safepoint, vm_op C-heap allocated
< prev index next >