src/hotspot/share/runtime/vmStructs.cpp
changeset 47765 b7c7428eaab9
parent 47663 3e78d37acdde
child 47816 ac0af7750da9
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
   354   volatile_nonstatic_field(Symbol,             _refcount,                                     short)                                 \
   354   volatile_nonstatic_field(Symbol,             _refcount,                                     short)                                 \
   355   nonstatic_field(Symbol,                      _identity_hash,                                short)                                 \
   355   nonstatic_field(Symbol,                      _identity_hash,                                short)                                 \
   356   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
   356   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
   357   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \
   357   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \
   358   nonstatic_field(Symbol,                      _body[0],                                      jbyte)                                 \
   358   nonstatic_field(Symbol,                      _body[0],                                      jbyte)                                 \
   359   nonstatic_field(TypeArrayKlass,              _max_length,                                   int)                                   \
   359   nonstatic_field(TypeArrayKlass,              _max_length,                                   jint)                                  \
   360                                                                                                                                      \
   360                                                                                                                                      \
   361   /***********************/                                                                                                          \
   361   /***********************/                                                                                                          \
   362   /* Constant Pool Cache */                                                                                                          \
   362   /* Constant Pool Cache */                                                                                                          \
   363   /***********************/                                                                                                          \
   363   /***********************/                                                                                                          \
   364                                                                                                                                      \
   364                                                                                                                                      \
   577      static_field(PerfMemory,                  _start,                                        char*)                                 \
   577      static_field(PerfMemory,                  _start,                                        char*)                                 \
   578      static_field(PerfMemory,                  _end,                                          char*)                                 \
   578      static_field(PerfMemory,                  _end,                                          char*)                                 \
   579      static_field(PerfMemory,                  _top,                                          char*)                                 \
   579      static_field(PerfMemory,                  _top,                                          char*)                                 \
   580      static_field(PerfMemory,                  _capacity,                                     size_t)                                \
   580      static_field(PerfMemory,                  _capacity,                                     size_t)                                \
   581      static_field(PerfMemory,                  _prologue,                                     PerfDataPrologue*)                     \
   581      static_field(PerfMemory,                  _prologue,                                     PerfDataPrologue*)                     \
   582      static_field(PerfMemory,                  _initialized,                                  jint)                                  \
   582      static_field(PerfMemory,                  _initialized,                                  int)                                   \
   583                                                                                                                                      \
   583                                                                                                                                      \
   584   /***************/                                                                                                                  \
   584   /***************/                                                                                                                  \
   585   /* SymbolTable */                                                                                                                  \
   585   /* SymbolTable */                                                                                                                  \
   586   /***************/                                                                                                                  \
   586   /***************/                                                                                                                  \
   587                                                                                                                                      \
   587                                                                                                                                      \