Skip to content

Commit e6a55b5

Browse files
Aditi SrinivasAditi Srinivas
authored andcommitted
Update class name length error message
Fixes: #22727 Update the J9NLS_VM_CLASS_NAME_EXCEEDS_MAX_LENGTH error message to match what is expected in the ForNameNames.java test.
1 parent 5d7c03a commit e6a55b5

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)