hotspot/src/share/vm/oops/oop.inline.hpp
inline int oopDesc::adjust_pointers() {
{- -------------------------------------------
(1) 対応する Klass オブジェクトの Klass::oop_adjust_pointers() を呼び出すだけ.
---------------------------------------- -}
debug_only(int check_size = size());
int s = blueprint()->oop_adjust_pointers(this);
assert(s == check_size, "should be the same");
return s;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.