comparison src/share/vm/oops/methodKlass.cpp @ 4800:94ec88ca68e2

7115199: Add event tracing hooks and Java Flight Recorder infrastructure Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR. Reviewed-by: acorn, sspitsyn Contributed-by: markus.gronlund@oracle.com
author phh
date Wed, 11 Jan 2012 17:34:02 -0500
parents 5d8f5a6dced7
children 33df1aeaebbf 2fe087c3e814
comparison
equal deleted inserted replaced
4773:4f25538b54c9 4800:94ec88ca68e2
81 #endif 81 #endif
82 m->set_constants(NULL); 82 m->set_constants(NULL);
83 m->set_max_stack(0); 83 m->set_max_stack(0);
84 m->set_max_locals(0); 84 m->set_max_locals(0);
85 m->set_intrinsic_id(vmIntrinsics::_none); 85 m->set_intrinsic_id(vmIntrinsics::_none);
86 m->set_jfr_towrite(false);
86 m->set_method_data(NULL); 87 m->set_method_data(NULL);
87 m->set_interpreter_throwout_count(0); 88 m->set_interpreter_throwout_count(0);
88 m->set_vtable_index(methodOopDesc::garbage_vtable_index); 89 m->set_vtable_index(methodOopDesc::garbage_vtable_index);
89 90
90 // Fix and bury in methodOop 91 // Fix and bury in methodOop