diff src/share/vm/c1x/c1x_TargetMethod.hpp @ 1938:1aa5b22a7716

Support for custom stack area (needed for deoptimization).
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 27 Dec 2010 14:22:55 +0100
parents 6b7001391c97
children 79d04223b8a5
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_TargetMethod.hpp	Thu Dec 23 22:14:31 2010 +0100
+++ b/src/share/vm/c1x/c1x_TargetMethod.hpp	Mon Dec 27 14:22:55 2010 +0100
@@ -83,6 +83,7 @@
   end_class                                                                             \
   start_class(CiTargetMethod)                                                           \
     int_field(CiTargetMethod, frameSize)                                                \
+    int_field(CiTargetMethod, customStackAreaOffset)                                    \
     oop_field(CiTargetMethod, targetCode, "[B")                                         \
     int_field(CiTargetMethod, targetCodeSize)                                           \
   end_class                                                                             \