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

Some CLHSDB command cannot know they run on remote debugger

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • None
    • b14

      `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.

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

              Created:
              Updated:
              Resolved: