comparison 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
comparison
equal deleted inserted replaced
4677:74c0b866fe8d 4678:a03f3fd16b22
166 oop_field(CiFrame, values, "[Lcom/oracle/max/cri/ci/CiValue;") \ 166 oop_field(CiFrame, values, "[Lcom/oracle/max/cri/ci/CiValue;") \
167 int_field(CiFrame, numLocals) \ 167 int_field(CiFrame, numLocals) \
168 int_field(CiFrame, numStack) \ 168 int_field(CiFrame, numStack) \
169 int_field(CiFrame, numLocks) \ 169 int_field(CiFrame, numLocks) \
170 boolean_field(CiFrame, rethrowException) \ 170 boolean_field(CiFrame, rethrowException) \
171 boolean_field(CiFrame, duringCall) \
171 end_class \ 172 end_class \
172 start_class(CiCodePos) \ 173 start_class(CiCodePos) \
173 oop_field(CiCodePos, caller, "Lcom/oracle/max/cri/ci/CiCodePos;") \ 174 oop_field(CiCodePos, caller, "Lcom/oracle/max/cri/ci/CiCodePos;") \
174 oop_field(CiCodePos, method, "Lcom/oracle/max/cri/ri/RiResolvedMethod;") \ 175 oop_field(CiCodePos, method, "Lcom/oracle/max/cri/ri/RiResolvedMethod;") \
175 int_field(CiCodePos, bci) \ 176 int_field(CiCodePos, bci) \