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

Windows support in JDK-8215622 is incomplete

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 13
    • 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) {

            amenkov Alex Menkov
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: