diff src/share/vm/graal/graalJavaAccess.hpp @ 4693:07bcee8b70a4

Simplify exception debug information and exception handler table creation based on Graal's simplified model of exception handler information (i.e. the dispatch is done in compiled code).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 25 Feb 2012 00:40:34 +0100
parents fc42b5b6941a
children cd298550a597
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Fri Feb 24 22:32:43 2012 +0100
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Sat Feb 25 00:40:34 2012 +0100
@@ -143,8 +143,6 @@
   end_class                                                                             \
   start_class(CiTargetMethod_ExceptionHandler)                                          \
     int_field(CiTargetMethod_ExceptionHandler, handlerPos)                              \
-    int_field(CiTargetMethod_ExceptionHandler, handlerBci)                              \
-    int_field(CiTargetMethod_ExceptionHandler, scopeLevel)                              \
   end_class                                                                             \
   start_class(CiTargetMethod_Mark)                                                      \
     oop_field(CiTargetMethod_Mark, id, "Ljava/lang/Object;")                            \