8012260: ciReplay: Include PID into the name of replay data file

Reviewed-by: kvn, twisti
This commit is contained in:
Vladimir Ivanov 2013-04-25 11:02:32 -07:00
parent 670aea401a
commit f26c1a6c88
12 changed files with 97 additions and 76 deletions

View file

@ -1662,10 +1662,6 @@ bool os::dll_build_name(char* buffer, size_t buflen,
return retval;
}
const char* os::get_current_directory(char *buf, int buflen) {
return getcwd(buf, buflen);
}
// check if addr is inside libjvm.so
bool os::address_is_in_vm(address addr) {
static address libjvm_base_addr;