< prev index next >

src/share/vm/prims/privilegedStack.cpp

Print this page

        

*** 49,66 **** f->do_oop((oop*) &cur->_privileged_context); cur = cur->_next; } while(cur != NULL); } - void PrivilegedElement::classes_do(KlassClosure* f) { - PrivilegedElement *cur = this; - do { - f->do_klass(cur->_klass); - cur = cur->_next; - } while(cur != NULL); - } - //------------------------------------------------------------------------------- #ifndef PRODUCT void PrivilegedElement::print_on(outputStream* st) const { st->print(" " PTR_FORMAT " ", p2i(_frame_id)); --- 49,58 ----
< prev index next >