diff src/share/vm/runtime/deoptimization.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 1d1603768966
children 79165996a12d
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.hpp	Sat Jun 18 14:51:18 2011 +0200
+++ b/src/share/vm/runtime/deoptimization.hpp	Sat Jun 18 19:13:55 2011 +0200
@@ -72,6 +72,7 @@
     Action_reinterpret,           // invalidate the nmethod, reset IC, maybe recompile
     Action_make_not_entrant,      // invalidate the nmethod, recompile (probably)
     Action_make_not_compilable,   // invalidate the nmethod and do not compile
+    Action_rethrow_exception_in_interpreter,
     Action_LIMIT
     // Note:  Keep this enum in sync. with _trap_action_name.
   };