Skip to content

Commit 5470243

Browse files
authored
Merge pull request #22814 from AditiS11/Issue-22727
Update class name length error message
2 parents 3a88c81 + e6a55b5 commit 5470243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/nls/j9vm/j9vm.nls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ J9NLS_VM_OPENJ9_JFR_METADATA_FILE_NOT_FOUND.system_action=The JVM will not gener
24172417
J9NLS_VM_OPENJ9_JFR_METADATA_FILE_NOT_FOUND.user_response=Set the required environment variables.
24182418
# END NON-TRANSLATABLE
24192419

2420-
J9NLS_VM_CLASS_NAME_EXCEEDS_MAX_LENGTH=Class name exceeds maximum length
2420+
J9NLS_VM_CLASS_NAME_EXCEEDS_MAX_LENGTH=Class name length exceeds limit of 65535.
24212421
# START NON-TRANSLATABLE
24222422
J9NLS_VM_CLASS_NAME_EXCEEDS_MAX_LENGTH.explanation=Class name cannot be longer than 65535 characters.
24232423
J9NLS_VM_CLASS_NAME_EXCEEDS_MAX_LENGTH.system_action=The JVM will throw a ClassNotFoundException.

0 commit comments

Comments
 (0)