src/share/vm/oops/constantPool.cpp

changeset 5784
190899198332
parent 5760
084b21cd0228
child 5884
b4a4fdc1f464
     1.1 --- a/src/share/vm/oops/constantPool.cpp	Wed Sep 25 17:47:51 2013 +0200
     1.2 +++ b/src/share/vm/oops/constantPool.cpp	Thu Sep 26 10:25:02 2013 -0400
     1.3 @@ -1918,7 +1918,7 @@
     1.4      st->print_cr(" - holder: " INTPTR_FORMAT, pool_holder());
     1.5    }
     1.6    st->print_cr(" - cache: " INTPTR_FORMAT, cache());
     1.7 -  st->print_cr(" - resolved_references: " INTPTR_FORMAT, resolved_references());
     1.8 +  st->print_cr(" - resolved_references: " INTPTR_FORMAT, (void *)resolved_references());
     1.9    st->print_cr(" - reference_map: " INTPTR_FORMAT, reference_map());
    1.10  
    1.11    for (int index = 1; index < length(); index++) {      // Index 0 is unused

mercurial