--- old/src/hotspot/share/runtime/frame.hpp 2019-03-11 14:27:12.942354232 +0100 +++ new/src/hotspot/share/runtime/frame.hpp 2019-03-11 14:27:12.702354235 +0100 @@ -363,6 +363,7 @@ // Oops-do's void oops_compiled_arguments_do(Symbol* signature, bool has_receiver, bool has_appendix, const RegisterMap* reg_map, OopClosure* f); void oops_interpreted_do(OopClosure* f, const RegisterMap* map, bool query_oop_map_cache = true); + void buffered_values_interpreted_do(BufferedValueClosure* f); private: void oops_interpreted_arguments_do(Symbol* signature, bool has_receiver, OopClosure* f);