Relates :
|
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.
|