jtreg needs to support -addmods -limitmods

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • jtreg4.2
    • Affects Version/s: None
    • Component/s: tools
    • b02

      Most VM options are a single word, using an embedded ':' to separate the option name from the option value.

      -addmods and -limitmods are different and take a value in the following argument.

      jtreg needs to support such options.

      This requires work in 2 (or 3) places.

      jtreg command line handling:
      Currently, you can use a workaround of -vmoptions:"-addmods m1,m2,m3" etc

      action options
      e.g. @compile, @run main

      JDKOpts
      This is the (internal) class that composes lists of options for javac and the java launcher, merging values when the set of instances is restricted.

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: