equal
deleted
inserted
replaced
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 |