JDK 22 |
---|
22 b10Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
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
|