-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error message on duplicate class definition
1. Add an error message on LinkageError when a duplicate class definition is found. 2. Change setCurrentExceptionNLSWithArgs() to pass in NULL rather than an empty string as the default message. j9nls_lookup_message() directly returns the default message when it is not NULL and the locale is English, making the message in setCurrentExceptionNLSWithArgs() always to be the default empty string. Fixes #11243 Signed-off-by: Hang Shao <hangshao@ca.ibm.com>
- Loading branch information
Showing
4 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters