8325750: Fix spelling of ForceTranslateFailure help message

Reviewed-by: thartmann
This commit is contained in:
Doug Simon 2024-02-13 16:15:00 +00:00
parent 74b90aa87e
commit 243fb46157

@ -240,8 +240,8 @@ public final class HotSpotJVMCIRuntime implements JVMCIRuntime {
"name (a stub) or fully qualified name (an nmethod) contains this option's value as a substring."),
ForceTranslateFailure(String.class, null, "Forces HotSpotJVMCIRuntime.translate to throw an exception in the context " +
"of the peer runtime. The value is a filter that can restrict the forced failure to matching translated " +
"objects. See HotSpotJVMCIRuntime.postTranslation for more details. This option exists soley to test " +
"correct handling of translation failure."),
"objects. See HotSpotJVMCIRuntime.postTranslation for more details. This option exists solely to test " +
"correct handling of translation failures."),
PrintConfig(Boolean.class, false, "Prints VM configuration available via JVMCI."),
AuditHandles(Boolean.class, false, "Record stack trace along with scoped foreign object reference wrappers " +
"to debug issue with a wrapper being used after its scope has closed."),