From b45ba166e89dfd905fdb4b9fc62bf193cc378963 Mon Sep 17 00:00:00 2001 From: Yasumasa Suenaga Date: Thu, 29 Jan 2026 10:20:51 +0900 Subject: [PATCH] Remove unneeded change --- src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h b/src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h index a8aafb228ef..262e99f4a64 100644 --- a/src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h +++ b/src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h @@ -95,7 +95,6 @@ struct core_data { // part of the class sharing workaround int classes_jsa_fd; // file descriptor of class share archive uintptr_t dynamic_addr; // address of dynamic section of a.out - uintptr_t vdso_addr; // address of vDSO off64_t vdso_offset; // offset of vDSO in core size_t vdso_size; // size of vDSO