hotspot/src/share/vm/opto/compile.cpp
changeset 7432 f06f1253c317
parent 7397 5b173b4ca846
child 7433 b418028612ad
--- a/hotspot/src/share/vm/opto/compile.cpp	Thu Dec 02 01:02:55 2010 -0800
+++ b/hotspot/src/share/vm/opto/compile.cpp	Thu Dec 02 17:21:12 2010 -0800
@@ -553,7 +553,7 @@
   if (ProfileTraps) {
     // Make sure the method being compiled gets its own MDO,
     // so we can at least track the decompile_count().
-    method()->build_method_data();
+    method()->ensure_method_data();
   }
 
   Init(::AliasLevel);