RFR: 8307480: Improve SA "transported core" documentation for windows [v3]

Chris Plummer cjplummer at openjdk.org
Tue May 9 20:22:33 UTC 2023


On Tue, 9 May 2023 15:17:32 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

>> src/jdk.hotspot.agent/doc/transported_core.html line 107:
>> 
>>> 105: jhsdb -J-Dsun.jvm.hotspot.debugger.windbg.symbolPath="%PATH%;srv*https://msdl.microsoft.com/download/symbol" clhsdb
>>> 106: </code>
>>> 107: 
>> 
>> If you are not seeing symbols for Windows libraries, try setting sun.jvm.hotspot.debugger.windbg.symbolPath to include "srv*https://msdl.microsoft.com/download/symbols". Usually also include PATH, for example:
>> 
>> jhsdb -J-Dsun.jvm.hotspot.debugger.windbg.symbolPath="%PATH%;srv*https://msdl.microsoft.com/download/symbol" clhsdb
>
> Just seeing if that could be clearer.  Whichever you like is fine. 8-)

fixed

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13849#discussion_r1189089481


More information about the serviceability-dev mailing list