< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page

        

*** 354,364 **** volatile_nonstatic_field(Symbol, _refcount, short) \ nonstatic_field(Symbol, _identity_hash, short) \ nonstatic_field(Symbol, _length, unsigned short) \ unchecked_nonstatic_field(Symbol, _body, sizeof(jbyte)) /* NOTE: no type */ \ nonstatic_field(Symbol, _body[0], jbyte) \ ! nonstatic_field(TypeArrayKlass, _max_length, int) \ \ /***********************/ \ /* Constant Pool Cache */ \ /***********************/ \ \ --- 354,364 ---- volatile_nonstatic_field(Symbol, _refcount, short) \ nonstatic_field(Symbol, _identity_hash, short) \ nonstatic_field(Symbol, _length, unsigned short) \ unchecked_nonstatic_field(Symbol, _body, sizeof(jbyte)) /* NOTE: no type */ \ nonstatic_field(Symbol, _body[0], jbyte) \ ! nonstatic_field(TypeArrayKlass, _max_length, jint) \ \ /***********************/ \ /* Constant Pool Cache */ \ /***********************/ \ \
*** 577,587 **** static_field(PerfMemory, _start, char*) \ static_field(PerfMemory, _end, char*) \ static_field(PerfMemory, _top, char*) \ static_field(PerfMemory, _capacity, size_t) \ static_field(PerfMemory, _prologue, PerfDataPrologue*) \ ! static_field(PerfMemory, _initialized, jint) \ \ /***************/ \ /* SymbolTable */ \ /***************/ \ \ --- 577,587 ---- static_field(PerfMemory, _start, char*) \ static_field(PerfMemory, _end, char*) \ static_field(PerfMemory, _top, char*) \ static_field(PerfMemory, _capacity, size_t) \ static_field(PerfMemory, _prologue, PerfDataPrologue*) \ ! static_field(PerfMemory, _initialized, int) \ \ /***************/ \ /* SymbolTable */ \ /***************/ \ \
< prev index next >