RFR: 8326959: Improve JVMCI option help [v5]

Doug Simon dnsimon at openjdk.org
Thu Feb 29 17:09:15 UTC 2024


> This PR improves the wording and layout of JVMCI options 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:

  more minor edits for clarity

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18045/files
  - new: https://git.openjdk.org/jdk/pull/18045/files/12d0b6db..52c20847

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

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 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