mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-23 05:10:57 +00:00
Update src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
Co-authored-by: Chris Plummer <chris.plummer@oracle.com>
This commit is contained in:
parent
e27802e536
commit
28a214e99f
@ -717,7 +717,7 @@ static bool read_shared_lib_info(struct ps_prochandle* ph) {
|
||||
strcpy(lib_name, vdso_path);
|
||||
lib_fd = pathmap_open(lib_name);
|
||||
} else {
|
||||
// Copy vDSO memory segment to temporal memory from core
|
||||
// Copy vDSO memory segment from core to temporal memory
|
||||
// if vDSO binary is not available.
|
||||
lib_fd = memfd_create("[vdso] in core", 0);
|
||||
off64_t ofs = ph->core->vdso_offset;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user