RFR: 8325750: Fix spelling of ForceTranslateFailure help message

Tobias Hartmann thartmann at openjdk.org
Tue Feb 13 14:42:03 UTC 2024


On Tue, 13 Feb 2024 14:29:00 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> This PR fixes a spelling mistake in the help text for the `jvmci.ForceTranslateFailure` option.

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."),

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

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


More information about the hotspot-compiler-dev mailing list