--- old/src/share/vm/interpreter/templateTable.hpp 2013-08-28 16:01:37.000000000 +0400 +++ new/src/share/vm/interpreter/templateTable.hpp 2013-08-28 16:01:37.000000000 +0400 @@ -332,6 +332,11 @@ static void jvmti_post_field_mod(Register cache, Register index, bool is_static); static void jvmti_post_fast_field_mod(); +#ifdef ASSERT + static void verify_stable(Register cache, Register index, bool is_static, bool has_tos); + static void verify_stable_fast(); +#endif // ASSERT + // debugging of TemplateGenerator static void transition(TosState tos_in, TosState tos_out);// checks if in/out states expected by template generator correspond to table entries