< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 57357 : Epsilon, Sliding Mark-Compact

@@ -125,10 +125,11 @@
   template(ICBufferFull)                          \
   template(ScavengeMonitors)                      \
   template(PrintMetadata)                         \
   template(GTestExecuteAtSafepoint)               \
   template(JFROldObject)                          \
+  template(EpsilonCollect)                        \
 
 class VM_Operation : public StackObj {
  public:
   enum VMOp_Type {
     VM_OPS_DO(VM_OP_ENUM)
< prev index next >