< prev index next >

src/share/vm/classfile/compactHashtable.cpp

Print this page

*** 237,247 **** } } template <class I> inline void SimpleCompactHashtable::iterate(const I& iterator) { - assert(!DumpSharedSpaces, "run-time only"); for (u4 i = 0; i < _bucket_count; i++) { u4 bucket_info = _buckets[i]; u4 bucket_offset = BUCKET_OFFSET(bucket_info); int bucket_type = BUCKET_TYPE(bucket_info); u4* entry = _entries + bucket_offset; --- 237,246 ----
< prev index next >