< prev index next >

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

Print this page
rev 58688 : [mq]: JDK-8242054-04.patch

*** 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 >