8046607: Code cleanup: PerfMemory::backing_store_filename() should be removed

Removed PerfMemory::backing_store_filename() API since it is not used anywhere.

Reviewed-by: sla, hseigel
This commit is contained in:
Chris Plummer 2014-10-03 13:56:18 -07:00
parent 259a454043
commit db57351f43
6 changed files with 0 additions and 23 deletions

View file

@ -1049,7 +1049,3 @@ void PerfMemory::detach(char* addr, size_t bytes, TRAPS) {
unmap_shared(addr, bytes);
}
char* PerfMemory::backing_store_filename() {
return backing_store_file_name;
}