RFR: 8326959: Improve JVMCI option help [v4]

Tom Rodriguez never at openjdk.org
Wed Feb 28 19:39:52 UTC 2024


On Wed, 28 Feb 2024 15:06:06 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

>> 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:
> 
>   removed extra space

Marked as reviewed by never (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/18045#pullrequestreview-1907117670


More information about the hotspot-compiler-dev mailing list