-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b157
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175711 | 10 | Ramanand Patil | P3 | Resolved | Fixed | b02 |
Error reporting for LinkageError in LauncherHelper.java which was introduced by JDK-8167063, needs to be changed to include the actual Error class(sub-class of LinkageError) name instead of just stating LinkageError occurred and giving the error message.
This will help to-
- Identify the exact Error occurred like ClassFormatError, VerifyError etc...
- Avoid any code/tests to fail which checks the error message along with the class name.
This will help to-
- Identify the exact Error occurred like ClassFormatError, VerifyError etc...
- Avoid any code/tests to fail which checks the error message along with the class name.
- backported by
-
JDK-8175711 Change error reporting of LauncherHelper to include actual Error class name
-
- Resolved
-
- relates to
-
JDK-8167063 spurious message "A JNI error has occurred" if start-class cannot be initialized
-
- Closed
-