< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahIUMode.hpp

Print this page
rev 58687 : Shenandoah: New incremental-update mode
rev 58688 : [mq]: JDK-8242054-04.patch

@@ -30,8 +30,12 @@
 class ShenandoahHeuristics;
 
 class ShenandoahIUMode : public ShenandoahNormalMode {
 public:
   virtual void initialize_flags() const;
+
+  virtual const char* name()     { return "Incremental-Update"; }
+  virtual bool is_diagnostic()   { return false; }
+  virtual bool is_experimental() { return true; }
 };
 
 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHIUMODE_HPP
< prev index next >