diff src/share/vm/opto/compile.cpp @ 1397:b4776199210f

6943485: JVMTI always on capabilities change code generation too much Reviewed-by: twisti, dcubed
author never
date Mon, 26 Apr 2010 23:59:45 -0700
parents b4b440360f1e
children c18cbe5936b8 3657cb01ffc5
line wrap: on
line diff
--- a/src/share/vm/opto/compile.cpp	Mon Apr 26 11:27:21 2010 -0700
+++ b/src/share/vm/opto/compile.cpp	Mon Apr 26 23:59:45 2010 -0700
@@ -871,7 +871,6 @@
   set_has_split_ifs(false);
   set_has_loops(has_method() && method()->has_loops()); // first approximation
   set_has_stringbuilder(false);
-  _deopt_happens = true;  // start out assuming the worst
   _trap_can_recompile = false;  // no traps emitted yet
   _major_progress = true; // start out assuming good things will happen
   set_has_unsafe_access(false);