diff src/share/vm/opto/bytecodeInfo.cpp @ 276:aa8f54688692

Merge
author trims
date Sun, 10 Aug 2008 21:31:42 -0700
parents 4a4c365f777d
children 194b8e3a2fc4
line wrap: on
line diff
--- a/src/share/vm/opto/bytecodeInfo.cpp	Mon Aug 04 13:44:48 2008 -0700
+++ b/src/share/vm/opto/bytecodeInfo.cpp	Sun Aug 10 21:31:42 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() &&