src/share/vm/opto/escape.cpp

changeset 2409
a21ff35351ec
parent 2314
f95d63e2154a
child 2556
3763ca6579b7
     1.1 --- a/src/share/vm/opto/escape.cpp	Tue Dec 21 04:37:30 2010 -0800
     1.2 +++ b/src/share/vm/opto/escape.cpp	Tue Dec 21 13:56:40 2010 -0800
     1.3 @@ -1609,10 +1609,11 @@
     1.4    //
     1.5    // Normally only 1-3 passes needed to build
     1.6    // Connection Graph depending on graph complexity.
     1.7 -  // Set limit to 10 to catch situation when something
     1.8 +  // Observed 8 passes in jvm2008 compiler.compiler.
     1.9 +  // Set limit to 20 to catch situation when something
    1.10    // did go wrong and recompile the method without EA.
    1.11  
    1.12 -#define CG_BUILD_ITER_LIMIT 10
    1.13 +#define CG_BUILD_ITER_LIMIT 20
    1.14  
    1.15    uint length = worklist.length();
    1.16    int iterations = 0;

mercurial