hotspot/src/share/vm/opto/bytecodeInfo.cpp
changeset 952 38812d18eec0
parent 214 c5d9b4456687
child 953 202a1f972a92
--- a/hotspot/src/share/vm/opto/bytecodeInfo.cpp	Wed Jul 02 15:38:47 2008 -0400
+++ b/hotspot/src/share/vm/opto/bytecodeInfo.cpp	Thu Jul 03 18:02:47 2008 -0700
@@ -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() &&