Windows support in JDK-8215622 is incomplete

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P3
    • None
    • Affects Version/s: 13
    • Component/s: core-svc
    • None
    • 13
    • x86
    • windows

      JDK-8215622 augmented the "jmap -histo" command to take an additional file argument and updated the maxmimum number of args expected via the attach API to be 4 instead of 3. However in the Windows code we still had it limited to 3 args! It is unclear how the new tests are actually working on Windows given this mismatch.

      int Win32AttachListener::enqueue(char* cmd, char* arg0, char* arg1, char* arg2, char* pipename) {

            Assignee:
            Alex Menkov
            Reporter:
            David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: