src/hotspot/share/gc/shenandoah/shenandoahVerifier.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 54463 b9c461c02f7c
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_SHENANDOAHVERIFIER_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHVERIFIER_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHVERIFIER_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHVERIFIER_HPP
    26 
    26 
    27 #include "gc/shared/markBitMap.hpp"
    27 #include "gc/shared/markBitMap.hpp"
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "oops/oopsHierarchy.hpp"
    29 #include "oops/oopsHierarchy.hpp"
    30 #include "utilities/stack.hpp"
    30 #include "utilities/stack.hpp"
   182   void verify_after_traversal();
   182   void verify_after_traversal();
   183   void verify_after_degenerated();
   183   void verify_after_degenerated();
   184   void verify_generic(VerifyOption option);
   184   void verify_generic(VerifyOption option);
   185 };
   185 };
   186 
   186 
   187 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHVERIFIER_HPP
   187 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHVERIFIER_HPP