-
Enhancement
-
Resolution: Fixed
-
P4
-
21
-
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
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
- relates to
-
JDK-8027711 Unify wildcarding syntax for CompileCommand and CompileOnly
- Resolved
-
JDK-8318126 Refresh manpages
- Resolved
-
JDK-8308287 Unify syntax of CompileOnly and CompileCommand
- Closed