hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 24424 2658d7834c6e
parent 24352 9ba9e99b1ba7
child 24429 4efc66ee325c
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
  2267     if (vmtarget != NULL && vmtarget->is_method()) {
  2267     if (vmtarget != NULL && vmtarget->is_method()) {
  2268       Method* m = (Method*)vmtarget;
  2268       Method* m = (Method*)vmtarget;
  2269       oop appendix = appendix_box->obj_at(0);
  2269       oop appendix = appendix_box->obj_at(0);
  2270       if (TraceMethodHandles) {
  2270       if (TraceMethodHandles) {
  2271     #ifndef PRODUCT
  2271     #ifndef PRODUCT
  2272         tty->print("Linked method="INTPTR_FORMAT": ", m);
  2272         tty->print("Linked method=" INTPTR_FORMAT ": ", p2i(m));
  2273         m->print();
  2273         m->print();
  2274         if (appendix != NULL) { tty->print("appendix = "); appendix->print(); }
  2274         if (appendix != NULL) { tty->print("appendix = "); appendix->print(); }
  2275         tty->cr();
  2275         tty->cr();
  2276     #endif //PRODUCT
  2276     #endif //PRODUCT
  2277       }
  2277       }