RFR: 8326959: Improve JVMCI option help [v2]

Doug Simon dnsimon at openjdk.org
Wed Feb 28 14:54:04 UTC 2024


> This PR improves the wording of JVMCI options that should be exposed to users.
> All other JVMCI options are no longer included in the output of `-XX:+JVMCIPrintProperties`.
> 
> 
>> java -XX:+JVMCIPrintProperties
> [JVMCI properties]
> jvmci.Compiler = null                                                     [String]
>           Selects the system compiler. This must match the getCompilerName() value returned by a jdk.vm.ci.runtime.JVMCICompilerFactory provider. An empty string or the value "null" selects a compiler that raises an exception upon receiving a compilation request.
> 
> jvmci.PrintConfig = false                                                [Boolean]
>           Prints VM values (e.g. flags, constants, field offsets etc) exposed to JVMCI.

Doug Simon has updated the pull request incrementally with one additional commit since the last revision:

  add new line after each JVMCI option help

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/18045/files
  - new: https://git.openjdk.org/jdk/pull/18045/files/c6fff21a..f1470924

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18045&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18045&range=00-01

  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/18045.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18045/head:pull/18045

PR: https://git.openjdk.org/jdk/pull/18045


More information about the hotspot-compiler-dev mailing list