--- old/src/java.base/share/native/libjli/emessages.h 2016-04-26 18:16:17.755047410 +0900 +++ new/src/java.base/share/native/libjli/emessages.h 2016-04-26 18:16:17.427598531 +0900 @@ -107,6 +107,7 @@ #define SYS_ERROR1 "Error: CreateProcess(%s, ...) failed:" #define SYS_ERROR2 "Error: WaitForSingleObject() failed." +#define EXCEPTION_ERROR "\nError: Exception was thrown from the UncaughtExceptionHandler in thread \"main\"" #endif /* _EMESSAGES_H */