src/share/vm/oops/cpCache.cpp

changeset 5784
190899198332
parent 5732
b2e698d2276c
child 5971
b8860472c377
equal deleted inserted replaced
5783:c1fbf21c7397 5784:190899198332
304 adapter->size_of_parameters()); 304 adapter->size_of_parameters());
305 305
306 if (TraceInvokeDynamic) { 306 if (TraceInvokeDynamic) {
307 tty->print_cr("set_method_handle bc=%d appendix="PTR_FORMAT"%s method_type="PTR_FORMAT"%s method="PTR_FORMAT" ", 307 tty->print_cr("set_method_handle bc=%d appendix="PTR_FORMAT"%s method_type="PTR_FORMAT"%s method="PTR_FORMAT" ",
308 invoke_code, 308 invoke_code,
309 (intptr_t)appendix(), (has_appendix ? "" : " (unused)"), 309 (void *)appendix(), (has_appendix ? "" : " (unused)"),
310 (intptr_t)method_type(), (has_method_type ? "" : " (unused)"), 310 (void *)method_type(), (has_method_type ? "" : " (unused)"),
311 (intptr_t)adapter()); 311 (intptr_t)adapter());
312 adapter->print(); 312 adapter->print();
313 if (has_appendix) appendix()->print(); 313 if (has_appendix) appendix()->print();
314 } 314 }
315 315

mercurial