--- old/src/share/vm/opto/bytecodeInfo.cpp	Thu Jul  3 10:48:02 2008
+++ new/src/share/vm/opto/bytecodeInfo.cpp	Thu Jul  3 10:48:01 2008
@@ -83,7 +83,7 @@
                             ciMethod* caller_method, Compile* C) {
   // True when EA is ON and a java constructor is called or
   // a super constructor is called from an inlined java constructor.
-  return DoEscapeAnalysis && EliminateAllocations &&
+  return C->do_escape_analysis() && EliminateAllocations &&
          ( callee_method->is_initializer() ||
            (caller_method->is_initializer() &&
             caller_method != C->method() &&
