diff -r 9e96dde307e9 -r 10e06287c0b0 hotspot/src/share/vm/runtime/thread.cpp --- a/hotspot/src/share/vm/runtime/thread.cpp Thu Aug 12 16:38:23 2010 -0700 +++ b/hotspot/src/share/vm/runtime/thread.cpp Thu Aug 12 23:34:34 2010 -0700 @@ -2110,8 +2110,7 @@ } if (f.id() == thread->must_deopt_id()) { thread->clear_must_deopt_id(); - // Since we know we're safe to deopt the current state is a safe state - f.deoptimize(thread, true); + f.deoptimize(thread); } else { fatal("missed deoptimization!"); }