diff src/share/vm/runtime/deoptimization.cpp @ 3023:79165996a12d

Fixed an issue with bci=-1 in the framestate of a merged unwind.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Mon, 20 Jun 2011 12:07:16 +0200
parents 77bb196828cb
children 536528f48708
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.cpp	Sat Jun 18 21:44:57 2011 +0200
+++ b/src/share/vm/runtime/deoptimization.cpp	Mon Jun 20 12:07:16 2011 +0200
@@ -1417,7 +1417,6 @@
       reprofile = true;
       break;
     case Action_make_not_entrant:
-    case Action_rethrow_exception_in_interpreter:
       // Request immediate recompilation, and get rid of the old code.
       // Make them not entrant, so next time they are called they get
       // recompiled.  Unloaded classes are loaded now so recompile before next