diff src/share/vm/c1/c1_LIRAssembler.cpp @ 3018:5857923e563c

Fixed an issue with frame states in exception dispatch chains (now we are correctly rethrowing the exception immediately at entering the interpreter).
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 18 Jun 2011 19:13:55 +0200
parents 6c97c830fb6f
children 0e8a2a629afb
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRAssembler.cpp	Sat Jun 18 14:51:18 2011 +0200
+++ b/src/share/vm/c1/c1_LIRAssembler.cpp	Sat Jun 18 19:13:55 2011 +0200
@@ -405,7 +405,7 @@
     if (s == NULL)  break;
     IRScope* scope = s->scope();
     //Always pass false for reexecute since these ScopeDescs are never used for deopt
-    debug_info->describe_scope(pc_offset, scope->method(), s->bci(), false/*reexecute*/);
+    debug_info->describe_scope(pc_offset, scope->method(), s->bci(), false/*reexecute*/, false/*rethrow_exception*/);
   }
 
   debug_info->end_non_safepoint(pc_offset);