changeset 15931 | c4fc378a132b |
parent 15928 | f9d5c6e4107f |
child 16352 | 1ff72c6eaa70 |
--- a/hotspot/src/share/vm/oops/method.cpp Fri Mar 08 17:49:52 2013 -0800 +++ b/hotspot/src/share/vm/oops/method.cpp Wed Mar 13 09:10:35 2013 -0400 @@ -87,6 +87,9 @@ #endif set_intrinsic_id(vmIntrinsics::_none); set_jfr_towrite(false); + set_force_inline(false); + set_hidden(false); + set_dont_inline(false); set_method_data(NULL); set_interpreter_throwout_count(0); set_vtable_index(Method::garbage_vtable_index);