RFR: 8325750: Fix spelling of ForceTranslateFailure help message [v2]

Doug Simon dnsimon at openjdk.org
Tue Feb 13 14:45:04 UTC 2024


On Tue, 13 Feb 2024 14:39:36 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add plural
>
> src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java line 244:
> 
>> 242:                 "of the peer runtime. The value is a filter that can restrict the forced failure to matching translated " +
>> 243:                 "objects. See HotSpotJVMCIRuntime.postTranslation for more details. This option exists solely to test " +
>> 244:                 "correct handling of translation failure."),
> 
> Should this be plural?
> 
> Suggestion:
> 
>                 "correct handling of translation failures."),

Thanks. Suggested change applied.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17831#discussion_r1487984794


More information about the hotspot-compiler-dev mailing list