< prev index next >

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

Print this page
rev 58687 : 8242217: Shenandoah: Enable GC mode to be diagnostic/experimental and have a name

*** 31,38 **** --- 31,41 ---- class ShenandoahMode : public CHeapObj<mtGC> { public: virtual void initialize_flags() const = 0; virtual ShenandoahHeuristics* initialize_heuristics() const = 0; + virtual const char* name() = 0; + virtual bool is_diagnostic() = 0; + virtual bool is_experimental() = 0; }; #endif // SHARE_GC_SHENANDOAH_SHENANDOAHMODE_HPP
< prev index next >