JDK-8219895 : Windows support in JDK-8215622 is incomplete
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Not an Issue
  • OS: windows
  • CPU: x86
  • Submitted: 2019-02-28
  • Updated: 2019-03-15
  • Resolved: 2019-03-15
Related Reports
Relates :  
Description
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) {
Comments
Closing as "not an issue" - fix for JDK-8219721 restored original arg_count_max value
15-03-2019

Don't do anything on this bug yet as it may be a non-issue depending on what happens with JDK-8219721
01-03-2019