Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7901653

jtreg needs to support -addmods -limitmods

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • jtreg4.2
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: