src/share/vm/c1/c1_GraphBuilder.cpp

changeset 2349
5ddfcf4b079e
parent 2344
ac637b7220d1
child 2462
8012aa3ccede
child 2486
403dc4c1d7f5
equal deleted inserted replaced
2348:bbefa3ca1543 2349:5ddfcf4b079e
3375 3375
3376 if (compilation()->env()->num_inlined_bytecodes() > DesiredMethodLimit) { 3376 if (compilation()->env()->num_inlined_bytecodes() > DesiredMethodLimit) {
3377 INLINE_BAILOUT("total inlining greater than DesiredMethodLimit"); 3377 INLINE_BAILOUT("total inlining greater than DesiredMethodLimit");
3378 } 3378 }
3379 3379
3380 if (is_profiling() && !callee->ensure_method_data()) {
3381 INLINE_BAILOUT("mdo allocation failed");
3382 }
3380 #ifndef PRODUCT 3383 #ifndef PRODUCT
3381 // printing 3384 // printing
3382 if (PrintInlining) { 3385 if (PrintInlining) {
3383 print_inline_result(callee, true); 3386 print_inline_result(callee, true);
3384 } 3387 }

mercurial