diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Fri Feb 24 20:05:32 2012 +0100
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Fri Feb 24 20:39:12 2012 +0100
@@ -144,9 +144,7 @@
   start_class(CiTargetMethod_ExceptionHandler)                                          \
     int_field(CiTargetMethod_ExceptionHandler, handlerPos)                              \
     int_field(CiTargetMethod_ExceptionHandler, handlerBci)                              \
-    int_field(CiTargetMethod_ExceptionHandler, bci)                                     \
     int_field(CiTargetMethod_ExceptionHandler, scopeLevel)                              \
-    oop_field(CiTargetMethod_ExceptionHandler, exceptionType, "Lcom/oracle/max/cri/ri/RiType;")\
   end_class                                                                             \
   start_class(CiTargetMethod_Mark)                                                      \
     oop_field(CiTargetMethod_Mark, id, "Ljava/lang/Object;")                            \