diff src/share/vm/graal/graalJavaAccess.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 f00918f35c7f
children 9fed07e4a375
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Sat Jun 18 14:51:18 2011 +0200
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Sat Jun 18 19:13:55 2011 +0200
@@ -153,6 +153,7 @@
     int_field(CiFrame, numLocals)                                                       \
     int_field(CiFrame, numStack)                                                        \
     int_field(CiFrame, numLocks)                                                        \
+    boolean_field(CiFrame, rethrowException)                                            \
   end_class                                                                             \
   start_class(CiCodePos)                                                                \
     oop_field(CiCodePos, caller, "Lcom/sun/cri/ci/CiCodePos;")                          \