src/share/vm/c1/c1_GraphBuilder.cpp

changeset 6000
0d1661d63d70
parent 5987
5ccbab1c69f3
child 6050
4d3575d37a07
     1.1 --- a/src/share/vm/c1/c1_GraphBuilder.cpp	Wed Oct 23 20:15:24 2013 +0400
     1.2 +++ b/src/share/vm/c1/c1_GraphBuilder.cpp	Wed Oct 23 20:20:03 2013 +0400
     1.3 @@ -3768,6 +3768,7 @@
     1.4  
     1.5    // now perform tests that are based on flag settings
     1.6    if (callee->force_inline()) {
     1.7 +    if (inline_level() > MaxForceInlineLevel) INLINE_BAILOUT("MaxForceInlineLevel");
     1.8      print_inlining(callee, "force inline by annotation");
     1.9    } else if (callee->should_inline()) {
    1.10      print_inlining(callee, "force inline by CompileOracle");

mercurial