Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8263670

pmap and pstack in jhsdb do not work on debug server

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 11, 17
    • 17
    • hotspot
    • None
    • b16

    Description

      jhsdb supports pmap (jhsdb jmap) and pstack (jhsdb jstack --mixed), and they work fine if they attach to live process or to coredump, however they do not work on debug server as following:

      ```
      $ jhsdb jmap --connect localhost
      Attaching to remote server localhost, please wait...
      Debugger attached successfully.
      Server compiler detected.
      JVM version is 11.0.10+9
      remote configuration is not yet implemented
      ```

      pmap and pstack depend on CDebugger in SA, however it would not be set in case of remote debugger client. We can avoid it if we can delegate the process to debug server.

      Attachments

        Issue Links

          Activity

            People

              ysuenaga Yasumasa Suenaga
              ysuenaga Yasumasa Suenaga
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: