< prev index next >

src/share/vm/oops/oop.inline.hpp

Print this page

        

*** 697,710 **** } else { return slow_identity_hash(); } } - inline void oopDesc::ms_follow_contents() { - klass()->oop_ms_follow_contents(this); - } - inline int oopDesc::ms_adjust_pointers() { debug_only(int check_size = size()); int s = klass()->oop_ms_adjust_pointers(this); assert(s == check_size, "should be the same"); return s; --- 697,706 ----
< prev index next >