< prev index next >

src/hotspot/share/runtime/fieldDescriptor.hpp

Print this page

        

*** 33,43 **** // A fieldDescriptor describes the attributes of a single field (instance or class variable). // It needs the class constant pool to work (because it only holds indices into the pool // rather than the actual info). ! class fieldDescriptor VALUE_OBJ_CLASS_SPEC { private: AccessFlags _access_flags; int _index; // the field index constantPoolHandle _cp; --- 33,43 ---- // A fieldDescriptor describes the attributes of a single field (instance or class variable). // It needs the class constant pool to work (because it only holds indices into the pool // rather than the actual info). ! class fieldDescriptor { private: AccessFlags _access_flags; int _index; // the field index constantPoolHandle _cp;
< prev index next >