< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 53444 : Epsilon + Mark-Compact

@@ -123,10 +123,11 @@
   template(ThreadsSuspendJVMTI)                   \
   template(ICBufferFull)                          \
   template(ScavengeMonitors)                      \
   template(PrintMetadata)                         \
   template(GTestExecuteAtSafepoint)               \
+  template(EpsilonCollect)                        \
 
 class VM_Operation: public CHeapObj<mtInternal> {
  public:
   enum Mode {
     _safepoint,       // blocking,        safepoint, vm_op C-heap allocated
< prev index next >