--- old/src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.c 2020-03-20 18:40:48.184829400 +0900 +++ new/src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.c 2020-03-20 18:40:47.385351200 +0900 @@ -224,6 +224,7 @@ lib->eh_frame.library_base_addr = lib->base; lib->eh_frame.v_addr = sh->sh_addr; lib->eh_frame.data = read_section_data(lib->fd, &ehdr, sh); + lib->eh_frame.size = sh->sh_size; break; } }