8130135: backout 8087143 due to failures in 8130115

Reviewed-by: minqi, coleenp
This commit is contained in:
Daniel D. Daugherty 2015-06-30 09:39:53 -07:00
parent 037958ba9a
commit 7315d2ea19
4 changed files with 21 additions and 19 deletions

View file

@ -403,7 +403,7 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
nonstatic_field(ObjArrayKlass, _element_klass, Klass*) \
nonstatic_field(ObjArrayKlass, _bottom_klass, Klass*) \
volatile_nonstatic_field(Symbol, _refcount, short) \
nonstatic_field(Symbol, _identity_hash, short) \
nonstatic_field(Symbol, _identity_hash, int) \
nonstatic_field(Symbol, _length, unsigned short) \
unchecked_nonstatic_field(Symbol, _body, sizeof(jbyte)) /* NOTE: no type */ \
nonstatic_field(TypeArrayKlass, _max_length, int) \