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

JDK-8251374 breaks jmap -dump:all

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 16
    • 16
    • hotspot
    • svc
    • b12

    Description

      https://hg.openjdk.java.net/jdk/jdk/rev/95e8aba3b047

      Adds usage printing when parameter parsing is broken. However, it doesn't account for the valid "all" suboption.

                        liveopt = "-live";
                    } else if (subopt.startsWith("file=")) {
                        filename = parseFileName(subopt);
       + } else if (subopt.equals("format=b")) {
       + // ignore format (not needed at this time)
       + } else {
       + System.err.println("Fail: invalid option: '" + subopt + "'");
       + usage(1);
                    }
                }

      Attachments

        Issue Links

          Activity

            People

              stefank Stefan Karlsson
              stefank Stefan Karlsson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: