--- old/src/share/vm/code/compiledMethod.cpp 2017-06-01 17:27:41.851207795 +0200 +++ new/src/share/vm/code/compiledMethod.cpp 2017-06-01 17:27:41.773207897 +0200 @@ -215,7 +215,7 @@ guarantee(pd != NULL, "scope must be present"); return new ScopeDesc(this, pd->scope_decode_offset(), pd->obj_decode_offset(), pd->should_reexecute(), pd->rethrow_exception(), - pd->return_oop()); + pd->return_oop(), pd->return_vt()); } void CompiledMethod::cleanup_inline_caches(bool clean_all/*=false*/) {