diff 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
line wrap: on
line diff
--- a/src/share/vm/oops/methodKlass.cpp	Fri Feb 24 18:30:42 2012 -0800
+++ b/src/share/vm/oops/methodKlass.cpp	Mon Feb 27 13:10:13 2012 +0100
@@ -83,6 +83,7 @@
   m->set_max_stack(0);
   m->set_max_locals(0);
   m->set_intrinsic_id(vmIntrinsics::_none);
+  m->set_jfr_towrite(false);
   m->set_method_data(NULL);
   m->set_interpreter_throwout_count(0);
   m->set_vtable_index(methodOopDesc::garbage_vtable_index);