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

Add support for asterisk operator for -XX:CompileOnly

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 21
    • 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`

            tholenstein Tobias Holenstein (Inactive)
            tholenstein Tobias Holenstein (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: