diff src/share/vm/graal/graalJavaAccess.hpp @ 4678:a03f3fd16b22

Fix reexecute boolean in HotSpot debug information. Introduce "duringCall" flag in FrameState that indicates that the bci of the frame state denotes an invoke that should *not* be reexecuted.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 23 Feb 2012 21:43:59 +0100
parents 41034914e2ee
children fc42b5b6941a
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Thu Feb 23 12:06:39 2012 +0100
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Thu Feb 23 21:43:59 2012 +0100
@@ -168,6 +168,7 @@
     int_field(CiFrame, numStack)                                                        \
     int_field(CiFrame, numLocks)                                                        \
     boolean_field(CiFrame, rethrowException)                                            \
+    boolean_field(CiFrame, duringCall)                                                  \
   end_class                                                                             \
   start_class(CiCodePos)                                                                \
     oop_field(CiCodePos, caller, "Lcom/oracle/max/cri/ci/CiCodePos;")                   \