< prev index next >

src/share/vm/code/nmethod.cpp

Print this page
rev 4131 : 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
8015265: revise the fix for 8007037
Reviewed-by: sspitsyn, dholmes, dcubed, coleenp
Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com

*** 2486,2496 **** ip[1], header_end()+ip[0], relocation_begin()-1+ip[1]); for (; ip < index_end; ip++) tty->print_cr(" (%d ?)", ip[0]); ! tty->print_cr(" @" INTPTR_FORMAT ": index_size=%d", ip, *ip++); tty->print_cr("reloc_end @" INTPTR_FORMAT ":", ip); } } } --- 2486,2497 ---- ip[1], header_end()+ip[0], relocation_begin()-1+ip[1]); for (; ip < index_end; ip++) tty->print_cr(" (%d ?)", ip[0]); ! tty->print_cr(" @" INTPTR_FORMAT ": index_size=%d", ip, *ip); ! ip++; tty->print_cr("reloc_end @" INTPTR_FORMAT ":", ip); } } }
< prev index next >