src/hotspot/share/code/nmethod.cpp
changeset 50862 350ae1b408da
parent 50729 7755c93d3923
child 51265 8329bfbe1b30
equal deleted inserted replaced
50861:2b7d0e9405cf 50862:350ae1b408da
  1689         CompileTask::print(&ls, _print_nm, "new scavenge root", /*short_form:*/ true);
  1689         CompileTask::print(&ls, _print_nm, "new scavenge root", /*short_form:*/ true);
  1690       }
  1690       }
  1691       ls.print("" PTR_FORMAT "[offset=%d] detected scavengable oop " PTR_FORMAT " (found at " PTR_FORMAT ") ",
  1691       ls.print("" PTR_FORMAT "[offset=%d] detected scavengable oop " PTR_FORMAT " (found at " PTR_FORMAT ") ",
  1692                p2i(_print_nm), (int)((intptr_t)p - (intptr_t)_print_nm),
  1692                p2i(_print_nm), (int)((intptr_t)p - (intptr_t)_print_nm),
  1693                p2i(*p), p2i(p));
  1693                p2i(*p), p2i(p));
  1694       (*p)->print_value_on(&ls);
       
  1695       ls.cr();
  1694       ls.cr();
  1696     }
  1695     }
  1697   }
  1696   }
  1698 #endif //PRODUCT
  1697 #endif //PRODUCT
  1699 };
  1698 };