src/hotspot/share/gc/shenandoah/heuristics/shenandoahStaticHeuristics.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 55587 4644b3155fce
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP
    25 #define SHARE_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP
    26 
    26 
    27 #include "gc/shenandoah/shenandoahHeuristics.hpp"
    27 #include "gc/shenandoah/shenandoahHeuristics.hpp"
    28 
    28 
    29 class ShenandoahStaticHeuristics : public ShenandoahHeuristics {
    29 class ShenandoahStaticHeuristics : public ShenandoahHeuristics {
    30 public:
    30 public:
    43   virtual bool is_diagnostic();
    43   virtual bool is_diagnostic();
    44 
    44 
    45   virtual bool is_experimental();
    45   virtual bool is_experimental();
    46 };
    46 };
    47 
    47 
    48 #endif // SHARE_VM_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP
    48 #endif // SHARE_GC_SHENANDOAH_HEURISTICS_SHENANDOAHSTATICHEURISTICS_HPP