On Mon, 10 Oct 2022 21:57:25 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> src/jdk.hotspot.agent/doc/transported_core.html line 66: >> >>> 64: set <b>SA_ALTROOT=/altroot</b>, then <b>/altroot</b> will be prepended >>> to any path found >>> 65: in the core file, and also prepended to any subdir with the root part >>> stripped off. For example, >>> 66: when looking up <b>/usr/lib/libfoo.so</b>, SA will try to find >>> <b>/altroot/usr/lib/libfoo.so</b>, >> >> Nit: Not sure if it makes sense to say: "SA will first try to find". > > I decided to keep this as-is since it will try to find all 3, and I felt > saying `first...and then...and finally...` was a bit wordy. Okay. ------------- PR: https://git.openjdk.org/jdk/pull/10518