< prev index next >

src/hotspot/share/gc/shenandoah/heuristics/shenandoahStaticHeuristics.hpp

Print this page
rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX

*** 23,33 **** */ #ifndef SHARE_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP #define SHARE_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP ! #include "gc/shenandoah/shenandoahHeuristics.hpp" class ShenandoahStaticHeuristics : public ShenandoahHeuristics { public: ShenandoahStaticHeuristics(); --- 23,33 ---- */ #ifndef SHARE_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP #define SHARE_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP ! #include "gc/shenandoah/heuristics/shenandoahHeuristics.hpp" class ShenandoahStaticHeuristics : public ShenandoahHeuristics { public: ShenandoahStaticHeuristics();
< prev index next >