On Mon, 10 Oct 2022 20:22:27 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> some minor edits > > 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. ------------- PR: https://git.openjdk.org/jdk/pull/10518