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

Some CLHSDB command cannot know they run on remote debugger

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 17
    • 17
    • hotspot
    • None
    • b14

    Description

      `pmap` and `pstack` CLHSDB command do not work on remote debugger, we can see following error message:

      ```
      hsdb> pmap
      not yet implemented (debugger does not support CDebugger)!
      ```

      However, SA has different message for this purpose:

      ```
                if (getDebugeeType() == DEBUGEE_REMOTE) {
                    out.println("remote configuration is not yet implemented");
                } else {
                    out.println("not yet implemented (debugger does not support CDebugger)!");
                }
      ```

      SA should show "remote configuration is not yet implemented" when it works on remote debugger.

      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: