src/share/vm/opto/bytecodeInfo.cpp

changeset 679
524eca34ea76
parent 476
874b2c4f43d1
child 680
4a4c365f777d
     1.1 --- a/src/share/vm/opto/bytecodeInfo.cpp	Wed Jul 02 15:38:47 2008 -0400
     1.2 +++ b/src/share/vm/opto/bytecodeInfo.cpp	Thu Jul 03 18:02:47 2008 -0700
     1.3 @@ -83,7 +83,7 @@
     1.4                              ciMethod* caller_method, Compile* C) {
     1.5    // True when EA is ON and a java constructor is called or
     1.6    // a super constructor is called from an inlined java constructor.
     1.7 -  return DoEscapeAnalysis && EliminateAllocations &&
     1.8 +  return C->do_escape_analysis() && EliminateAllocations &&
     1.9           ( callee_method->is_initializer() ||
    1.10             (caller_method->is_initializer() &&
    1.11              caller_method != C->method() &&

mercurial