Skip to content

Commit 243fb46

Browse files
author
Doug Simon
committed
8325750: Fix spelling of ForceTranslateFailure help message
Reviewed-by: thartmann
1 parent 74b90aa commit 243fb46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ public enum Option {
240240
"name (a stub) or fully qualified name (an nmethod) contains this option's value as a substring."),
241241
ForceTranslateFailure(String.class, null, "Forces HotSpotJVMCIRuntime.translate to throw an exception in the context " +
242242
"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 soley to test " +
244-
"correct handling of translation failure."),
243+
"objects. See HotSpotJVMCIRuntime.postTranslation for more details. This option exists solely to test " +
244+
"correct handling of translation failures."),
245245
PrintConfig(Boolean.class, false, "Prints VM configuration available via JVMCI."),
246246
AuditHandles(Boolean.class, false, "Record stack trace along with scoped foreign object reference wrappers " +
247247
"to debug issue with a wrapper being used after its scope has closed."),

0 commit comments

Comments
 (0)