src/share/vm/opto/compile.cpp

changeset 2349
5ddfcf4b079e
parent 2314
f95d63e2154a
child 2350
2f644f85485d
equal deleted inserted replaced
2348:bbefa3ca1543 2349:5ddfcf4b079e
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

mercurial