On Mon, 3 Oct 2022 19:38:16 GMT, Poonam Bajaj <poo...@openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> some additional clarification on linux and macos > > src/jdk.hotspot.agent/doc/transported_core.html line 73: > >> 71: If the debugger machine and core dump machine have identical Windows >> libraries, then you only >> 72: need to point SA to the location of the JDK bin directory. This is done >> by making sure >> 73: the bin directory is included in the <b>PATH</b> environment variable. >> If the windows > > The location of jvm.dll (e.g. %Java_Home%\bin\server) should be included in > the PATH environment variable. And if I remember correctly, the location of > 'windbg' should also be added to PATH - this needs to be tested and confirmed > though. Ok. So you are saying both the bin and bin\server directories have to be in PATH. I'll update for that. I can't verify the need for windbg. I don't have an environment setup for testing this, but Coleen had indicated it wasn't necessary. Are you setup to try it out? ------------- PR: https://git.openjdk.org/jdk/pull/10518