hotspot/src/share/vm/opto/compile.cpp
changeset 7432 f06f1253c317
parent 7397 5b173b4ca846
child 7433 b418028612ad
equal deleted inserted replaced
7431:e9f07f8aef47 7432:f06f1253c317
   551 #endif
   551 #endif
   552 
   552 
   553   if (ProfileTraps) {
   553   if (ProfileTraps) {
   554     // Make sure the method being compiled gets its own MDO,
   554     // Make sure the method being compiled gets its own MDO,
   555     // so we can at least track the decompile_count().
   555     // so we can at least track the decompile_count().
   556     method()->build_method_data();
   556     method()->ensure_method_data();
   557   }
   557   }
   558 
   558 
   559   Init(::AliasLevel);
   559   Init(::AliasLevel);
   560 
   560 
   561 
   561