< prev index next >

src/share/vm/classfile/classLoaderData.cpp

Print this page

        

*** 911,921 **** head = old_head; } // Nothing more for the iterator to hand out. ! assert(head == NULL, err_msg("head is " PTR_FORMAT ", expected not null:", p2i(head))); return NULL; } ClassLoaderDataGraphMetaspaceIterator::ClassLoaderDataGraphMetaspaceIterator() { _data = ClassLoaderDataGraph::_head; --- 911,921 ---- head = old_head; } // Nothing more for the iterator to hand out. ! assert(head == NULL, "head is " PTR_FORMAT ", expected not null:", p2i(head)); return NULL; } ClassLoaderDataGraphMetaspaceIterator::ClassLoaderDataGraphMetaspaceIterator() { _data = ClassLoaderDataGraph::_head;
< prev index next >