comparison src/share/vm/graal/graalJavaAccess.hpp @ 4691:fc42b5b6941a

Some DCE in codeInstaller/exceptions.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 24 Feb 2012 20:39:12 +0100
parents a03f3fd16b22
children 07bcee8b70a4
comparison
equal deleted inserted replaced
4690:b22f3f406b97 4691:fc42b5b6941a
142 oop_field(CiTargetMethod_Safepoint, debugInfo, "Lcom/oracle/max/cri/ci/CiDebugInfo;") \ 142 oop_field(CiTargetMethod_Safepoint, debugInfo, "Lcom/oracle/max/cri/ci/CiDebugInfo;") \
143 end_class \ 143 end_class \
144 start_class(CiTargetMethod_ExceptionHandler) \ 144 start_class(CiTargetMethod_ExceptionHandler) \
145 int_field(CiTargetMethod_ExceptionHandler, handlerPos) \ 145 int_field(CiTargetMethod_ExceptionHandler, handlerPos) \
146 int_field(CiTargetMethod_ExceptionHandler, handlerBci) \ 146 int_field(CiTargetMethod_ExceptionHandler, handlerBci) \
147 int_field(CiTargetMethod_ExceptionHandler, bci) \
148 int_field(CiTargetMethod_ExceptionHandler, scopeLevel) \ 147 int_field(CiTargetMethod_ExceptionHandler, scopeLevel) \
149 oop_field(CiTargetMethod_ExceptionHandler, exceptionType, "Lcom/oracle/max/cri/ri/RiType;")\
150 end_class \ 148 end_class \
151 start_class(CiTargetMethod_Mark) \ 149 start_class(CiTargetMethod_Mark) \
152 oop_field(CiTargetMethod_Mark, id, "Ljava/lang/Object;") \ 150 oop_field(CiTargetMethod_Mark, id, "Ljava/lang/Object;") \
153 oop_field(CiTargetMethod_Mark, references, "[Lcom/oracle/max/cri/ci/CiTargetMethod$Mark;") \ 151 oop_field(CiTargetMethod_Mark, references, "[Lcom/oracle/max/cri/ci/CiTargetMethod$Mark;") \
154 end_class \ 152 end_class \