src/hotspot/share/gc/epsilon/epsilonCollectorPolicy.hpp
changeset 53244 9807daeb47c4
parent 50523 7b7c75d87f9b
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_EPSILON_COLLECTORPOLICY_HPP
    24 #ifndef SHARE_GC_EPSILON_EPSILONCOLLECTORPOLICY_HPP
    25 #define SHARE_VM_GC_EPSILON_COLLECTORPOLICY_HPP
    25 #define SHARE_GC_EPSILON_EPSILONCOLLECTORPOLICY_HPP
    26 
    26 
    27 #include "gc/shared/collectorPolicy.hpp"
    27 #include "gc/shared/collectorPolicy.hpp"
    28 
    28 
    29 class EpsilonCollectorPolicy: public CollectorPolicy {
    29 class EpsilonCollectorPolicy: public CollectorPolicy {
    30 protected:
    30 protected:
    37 
    37 
    38 public:
    38 public:
    39   EpsilonCollectorPolicy() : CollectorPolicy() {};
    39   EpsilonCollectorPolicy() : CollectorPolicy() {};
    40 };
    40 };
    41 
    41 
    42 #endif // SHARE_VM_GC_EPSILON_COLLECTORPOLICY_HPP
    42 #endif // SHARE_GC_EPSILON_EPSILONCOLLECTORPOLICY_HPP