hotspot/src/share/vm/oops/methodKlass.cpp
changeset 11480 1bf714e8adb4
parent 8667 b32929355d27
child 12937 0032fb2caff6
equal deleted inserted replaced
11441:a89f443814cd 11480:1bf714e8adb4
    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