< prev index next >

src/hotspot/share/prims/privilegedStack.cpp

Print this page

        

*** 58,68 **** void PrivilegedElement::print_on(outputStream* st) const { st->print(" " PTR_FORMAT " ", p2i(_frame_id)); _klass->print_value_on(st); if (protection_domain() != NULL) { st->print(" "); ! protection_domain()->print_value_on(st); } st->cr(); } bool PrivilegedElement::contains(address addr) { --- 58,68 ---- void PrivilegedElement::print_on(outputStream* st) const { st->print(" " PTR_FORMAT " ", p2i(_frame_id)); _klass->print_value_on(st); if (protection_domain() != NULL) { st->print(" "); ! oopDesc::print_value_on(st, protection_domain()); } st->cr(); } bool PrivilegedElement::contains(address addr) {
< prev index next >