On Mon, 10 Oct 2022 20:25:18 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 99: > >> 97: >> 98: <p> >> 99: For locating the macOS libraries, SA uses <b>SA_ALTROOT</b> similar to >> the linux support, except it does not use it to map all the subdirs. It just >> appends <b>SA_ALTROOT</b> to the full path of each macOS library. So if you >> specify <b>SA_ALTROOT=/altroot</b>, SA will prepend <b>/altroot</b> to the >> full path of each macOS library. Note however, due to <a >> href="https://bugs.openjdk.org/browse/JDK-8249779">JDK-8249779</a> , SA will >> not even try to open macOS libraries, so at the moment there is no need to >> try to match up the macOS libraries by pointing to them with >> <b>SA_ALTROOT</b>. > > Nit: too long line - hard to review. Ok, I split these all up into shorter lines. The rendered html is still the same. ------------- PR: https://git.openjdk.org/jdk/pull/10518