comparison src/share/vm/oops/methodKlass.cpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 63cd21fda79b 94ec88ca68e2
children 18a5539bf19b
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
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