src/share/vm/classfile/compactHashtable.hpp

Print this page

        

*** 186,195 **** --- 186,196 ---- // See CompactHashtable::lookup() for how the table is searched at runtime. // See CompactHashtableWriter::dump() for how the table is written at CDS // dump time. // template <class T, class N> class CompactHashtable VALUE_OBJ_CLASS_SPEC { + friend class VMStructs; uintx _base_address; juint _entry_count; juint _bucket_count; juint _table_end_offset; juint* _buckets;