Commit 8de841d 1 parent f893d23 commit 8de841d Copy full SHA for 8de841d
File tree 2 files changed +3
-2
lines changed
src/java.base/share/native/libjli
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ static JLI_List expandArgFile(const char *arg) {
379
379
380
380
/* error occurred reading the file */
381
381
if (rv == NULL ) {
382
- JLI_ReportMessage (DLL_ERROR4 , arg );
382
+ JLI_ReportMessage (ARG_ERROR18 , arg );
383
383
exit (1 );
384
384
}
385
385
fclose (fptr );
Original file line number Diff line number Diff line change 57
57
#define ARG_ERROR15 "Error: Option %s is not allowed in this context"
58
58
#define ARG_ERROR16 "Error: Option %s in %s is not allowed in this context"
59
59
#define ARG_ERROR17 "Error: Cannot specify main class in this context"
60
+ #define ARG_ERROR18 "Error: Failed to read %s"
60
61
61
62
#define JVM_ERROR1 "Error: Could not create the Java Virtual Machine.\n" GEN_ERROR
62
63
#define JVM_ERROR2 "Error: Could not detach main thread.\n" JNI_ERROR
108
109
#define DLL_ERROR1 "Error: dl failure on line %d"
109
110
#define DLL_ERROR2 "Error: failed %s, because %s"
110
111
#define DLL_ERROR3 "Error: could not find executable %s"
111
- #define DLL_ERROR4 "Error: loading: %s"
112
+ #define DLL_ERROR4 "Error: Failed to load %s"
112
113
113
114
#define REG_ERROR1 "Error: opening registry key '%s'"
114
115
#define REG_ERROR2 "Error: Failed reading value of registry key:\n\t%s\\CurrentVersion"
You can’t perform that action at this time.
0 commit comments