--- old/src/share/vm/oops/oop.inline.hpp 2017-04-11 12:39:08.653028785 +0200 +++ new/src/share/vm/oops/oop.inline.hpp 2017-04-11 12:39:08.505022951 +0200 @@ -664,13 +664,6 @@ } } -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; -} - #if INCLUDE_ALL_GCS void oopDesc::pc_follow_contents(ParCompactionManager* cm) { klass()->oop_pc_follow_contents(this, cm);