Add support for asterisk operator for -XX:CompileOnly

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P4
    • tbd
    • Affects Version/s: 21
    • Component/s: hotspot

      `-XX:CompileOnly` does not support asterisk (*) as wildcard whereas `-XX:CompileCommand=compileonly` does:

      - does not work: `java -Xcomp -XX:CompileOnly=java.lang.*::* -XX:+PrintCompilation -XX:CompileCommand=quiet -version`
       
      - works: `java -Xcomp -XX:CompileCommand=compileonly,java.lang.*::* -XX:+PrintCompilation -XX:CompileCommand=quiet -version`

            Assignee:
            Tobias Holenstein
            Reporter:
            Tobias Holenstein
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: