mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
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:
parent
259a454043
commit
db57351f43
6 changed files with 0 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue