diff src/share/vm/oops/methodDataOop.cpp @ 4439:f7251c729b31

profiling info first try
author Christian Haeubl <christian.haeubl@oracle.com>
date Thu, 19 Jan 2012 16:29:35 -0800
parents a97fd181b813
children 8e1d9c27989a
line wrap: on
line diff
--- a/src/share/vm/oops/methodDataOop.cpp	Tue Jan 17 20:35:49 2012 +0100
+++ b/src/share/vm/oops/methodDataOop.cpp	Thu Jan 19 16:29:35 2012 -0800
@@ -749,6 +749,7 @@
   ResourceMark rm;
   // Set the method back-pointer.
   _method = method();
+  _graal_mirror = NULL;
 
   if (TieredCompilation) {
     _invocation_counter.init();