comparison src/share/vm/classfile/systemDictionary.cpp @ 18009:f73af4455d7d

Merge
author asaha
date Thu, 29 May 2014 09:56:06 -0700
parents 78bbf4d43a14
children ae92351815b6
comparison
equal deleted inserted replaced
18008:da65bbf6f89e 18009:f73af4455d7d
2266 if (vmtarget != NULL && vmtarget->is_method()) { 2266 if (vmtarget != NULL && vmtarget->is_method()) {
2267 Method* m = (Method*)vmtarget; 2267 Method* m = (Method*)vmtarget;
2268 oop appendix = appendix_box->obj_at(0); 2268 oop appendix = appendix_box->obj_at(0);
2269 if (TraceMethodHandles) { 2269 if (TraceMethodHandles) {
2270 #ifndef PRODUCT 2270 #ifndef PRODUCT
2271 tty->print("Linked method="INTPTR_FORMAT": ", m); 2271 tty->print("Linked method=" INTPTR_FORMAT ": ", p2i(m));
2272 m->print(); 2272 m->print();
2273 if (appendix != NULL) { tty->print("appendix = "); appendix->print(); } 2273 if (appendix != NULL) { tty->print("appendix = "); appendix->print(); }
2274 tty->cr(); 2274 tty->cr();
2275 #endif //PRODUCT 2275 #endif //PRODUCT
2276 } 2276 }