src/share/vm/oops/constantPool.cpp

changeset 5784
190899198332
parent 5760
084b21cd0228
child 5884
b4a4fdc1f464
equal deleted inserted replaced
5783:c1fbf21c7397 5784:190899198332
1916 } 1916 }
1917 if (pool_holder() != NULL) { 1917 if (pool_holder() != NULL) {
1918 st->print_cr(" - holder: " INTPTR_FORMAT, pool_holder()); 1918 st->print_cr(" - holder: " INTPTR_FORMAT, pool_holder());
1919 } 1919 }
1920 st->print_cr(" - cache: " INTPTR_FORMAT, cache()); 1920 st->print_cr(" - cache: " INTPTR_FORMAT, cache());
1921 st->print_cr(" - resolved_references: " INTPTR_FORMAT, resolved_references()); 1921 st->print_cr(" - resolved_references: " INTPTR_FORMAT, (void *)resolved_references());
1922 st->print_cr(" - reference_map: " INTPTR_FORMAT, reference_map()); 1922 st->print_cr(" - reference_map: " INTPTR_FORMAT, reference_map());
1923 1923
1924 for (int index = 1; index < length(); index++) { // Index 0 is unused 1924 for (int index = 1; index < length(); index++) { // Index 0 is unused
1925 ((ConstantPool*)this)->print_entry_on(index, st); 1925 ((ConstantPool*)this)->print_entry_on(index, st);
1926 switch (tag_at(index).value()) { 1926 switch (tag_at(index).value()) {

mercurial