< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page

        

@@ -1363,10 +1363,16 @@
      static_field(java_lang_Class,             _klass_offset,                                 int)                                   \
      static_field(java_lang_Class,             _array_klass_offset,                           int)                                   \
      static_field(java_lang_Class,             _oop_size_offset,                              int)                                   \
      static_field(java_lang_Class,             _static_oop_field_count_offset,                int)                                   \
                                                                                                                                      \
+  /******************/                                                                                                               \
+  /* VMError fields */                                                                                                               \
+  /******************/                                                                                                               \
+                                                                                                                                     \
+     static_field(VMError,                     _thread,                                       Thread*)                               \
+                                                                                                                                     \
   /************************/                                                                                                         \
   /* Miscellaneous fields */                                                                                                         \
   /************************/                                                                                                         \
                                                                                                                                      \
   nonstatic_field(CompileTask,                 _method,                                       Method*)                               \

@@ -2213,10 +2219,16 @@
   /* Arguments */                                                         \
   /*************/                                                         \
                                                                           \
   declare_toplevel_type(Arguments)                                        \
                                                                           \
+  /***********/                                                           \
+  /* VMError */                                                           \
+  /***********/                                                           \
+                                                                          \
+  declare_toplevel_type(VMError)                                          \
+                                                                          \
   /***************/                                                       \
   /* Other types */                                                       \
   /***************/                                                       \
                                                                           \
   /* all enum types */                                                    \
< prev index next >