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

Kevin Walls kevinw at openjdk.org
Tue May 9 15:20:21 UTC 2023


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

>> Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   minor rewording
>
> 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-)

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

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


More information about the serviceability-dev mailing list