comparison src/share/vm/code/nmethod.cpp @ 10973:ef57c43512d6

8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux Reviewed-by: dholmes, coleenp Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com
author ccheung
date Thu, 13 Jun 2013 22:02:40 -0700
parents 28e5aed7f3a6
children 7875ea94bea5
comparison
equal deleted inserted replaced
10969:a837fa3d3f86 10973:ef57c43512d6
2613 ip[1], 2613 ip[1],
2614 header_end()+ip[0], 2614 header_end()+ip[0],
2615 relocation_begin()-1+ip[1]); 2615 relocation_begin()-1+ip[1]);
2616 for (; ip < index_end; ip++) 2616 for (; ip < index_end; ip++)
2617 tty->print_cr(" (%d ?)", ip[0]); 2617 tty->print_cr(" (%d ?)", ip[0]);
2618 tty->print_cr(" @" INTPTR_FORMAT ": index_size=%d", ip, *ip++); 2618 tty->print_cr(" @" INTPTR_FORMAT ": index_size=%d", ip, *ip);
2619 ip++;
2619 tty->print_cr("reloc_end @" INTPTR_FORMAT ":", ip); 2620 tty->print_cr("reloc_end @" INTPTR_FORMAT ":", ip);
2620 } 2621 }
2621 } 2622 }
2622 } 2623 }
2623 2624