src/hotspot/share/gc/shared/preservedMarks.inline.hpp
changeset 53244 9807daeb47c4
parent 49982 9042ffe5b7fe
child 57777 90ead0febf56
child 58678 9cf78a70fa4f
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_SHARED_PRESERVEDMARKS_INLINE_HPP
    25 #ifndef SHARE_GC_SHARED_PRESERVEDMARKS_INLINE_HPP
    26 #define SHARE_VM_GC_SHARED_PRESERVEDMARKS_INLINE_HPP
    26 #define SHARE_GC_SHARED_PRESERVEDMARKS_INLINE_HPP
    27 
    27 
    28 #include "gc/shared/preservedMarks.hpp"
    28 #include "gc/shared/preservedMarks.hpp"
    29 #include "logging/log.hpp"
    29 #include "logging/log.hpp"
    30 #include "oops/oop.inline.hpp"
    30 #include "oops/oop.inline.hpp"
    31 #include "utilities/stack.inline.hpp"
    31 #include "utilities/stack.inline.hpp"
    81 
    81 
    82 void PreservedMarks::OopAndMarkOop::set_mark() const {
    82 void PreservedMarks::OopAndMarkOop::set_mark() const {
    83   _o->set_mark_raw(_m);
    83   _o->set_mark_raw(_m);
    84 }
    84 }
    85 
    85 
    86 #endif // SHARE_VM_GC_SHARED_PRESERVEDMARKS_INLINE_HPP
    86 #endif // SHARE_GC_SHARED_PRESERVEDMARKS_INLINE_HPP