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

Update the "java" tool specification for CompileOnly

XMLWordPrintable

    • b10

      In the "java" tool specification, under "Advanced JIT Compiler Options for java" [1], we should update the information about the -XX:CompileOnly flag.

      Remove the explanation of the allowed pattern syntax. Refer to `CompileCommand`

      -XX:CompileOnly=pattern1,[...],patternN is new an alias for: -XX:CompileCommand=compileonly,pattern1 [...] -XX:CompileCommand=compileonly,patternN

      See [1] https://docs.oracle.com/en/java/javase/20/docs/specs/man/java.html#advanced-jit-compiler-options-for-java

            tholenstein Tobias Holenstein
            tholenstein Tobias Holenstein
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: