diff src/share/vm/code/debugInfoRec.hpp @ 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 f95d63e2154a
children 0e8a2a629afb
line wrap: on
line diff
--- a/src/share/vm/code/debugInfoRec.hpp	Sat Jun 18 14:51:18 2011 +0200
+++ b/src/share/vm/code/debugInfoRec.hpp	Sat Jun 18 19:13:55 2011 +0200
@@ -101,6 +101,7 @@
                       ciMethod*   method,
                       int         bci,
                       bool        reexecute,
+                      bool        rethrow_exception,
                       bool        is_method_handle_invoke = false,
                       bool        return_oop = false,
                       DebugToken* locals      = NULL,