hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 46818 d0475215ae39
parent 46742 24ec8a039c90
child 46961 c9094b1e5f87
equal deleted inserted replaced
46817:a27c007d05bb 46818:d0475215ae39
   969   /*******************************/                                                                                                  \
   969   /*******************************/                                                                                                  \
   970                                                                                                                                      \
   970                                                                                                                                      \
   971   unchecked_c1_static_field(Runtime1,          _blobs,                                 sizeof(Runtime1::_blobs)) /* NOTE: no type */ \
   971   unchecked_c1_static_field(Runtime1,          _blobs,                                 sizeof(Runtime1::_blobs)) /* NOTE: no type */ \
   972                                                                                                                                      \
   972                                                                                                                                      \
   973   /**************/                                                                                                                   \
   973   /**************/                                                                                                                   \
   974   /* allocation */                                                                                                                   \
       
   975   /**************/                                                                                                                   \
       
   976                                                                                                                                      \
       
   977   nonstatic_field(Chunk,                       _next,                                         Chunk*)                                \
       
   978   nonstatic_field(Chunk,                       _len,                                          const size_t)                          \
       
   979                                                                                                                                      \
       
   980   nonstatic_field(Arena,                       _first,                                        Chunk*)                                \
       
   981   nonstatic_field(Arena,                       _chunk,                                        Chunk*)                                \
       
   982   nonstatic_field(Arena,                       _hwm,                                          char*)                                 \
       
   983   nonstatic_field(Arena,                       _max,                                          char*)                                 \
       
   984                                                                                                                                      \
       
   985   /************/                                                                                                                     \
       
   986   /* CI */                                                                                                                           \
   974   /* CI */                                                                                                                           \
   987   /************/                                                                                                                     \
   975   /************/                                                                                                                     \
   988                                                                                                                                      \
   976                                                                                                                                      \
   989   nonstatic_field(ciEnv,                       _system_dictionary_modification_counter,       int)                                   \
   977   nonstatic_field(ciEnv,                       _system_dictionary_modification_counter,       int)                                   \
   990   nonstatic_field(ciEnv,                       _compiler_data,                                void*)                                 \
   978   nonstatic_field(ciEnv,                       _compiler_data,                                void*)                                 \
  1558                                                                           \
  1546                                                                           \
  1559   declare_toplevel_type(GenericGrowableArray)                             \
  1547   declare_toplevel_type(GenericGrowableArray)                             \
  1560   declare_toplevel_type(GrowableArray<int>)                               \
  1548   declare_toplevel_type(GrowableArray<int>)                               \
  1561   declare_toplevel_type(Arena)                                            \
  1549   declare_toplevel_type(Arena)                                            \
  1562     declare_type(ResourceArea, Arena)                                     \
  1550     declare_type(ResourceArea, Arena)                                     \
  1563   declare_toplevel_type(Chunk)                                            \
       
  1564                                                                           \
  1551                                                                           \
  1565   declare_toplevel_type(SymbolCompactHashTable)                           \
  1552   declare_toplevel_type(SymbolCompactHashTable)                           \
  1566                                                                           \
  1553                                                                           \
  1567   /***********************************************************/           \
  1554   /***********************************************************/           \
  1568   /* Thread hierarchy (needed for run-time type information) */           \
  1555   /* Thread hierarchy (needed for run-time type information) */           \