Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8173943

Change error reporting of LauncherHelper to include actual Error class name

XMLWordPrintable

    • b157
    • generic
    • generic
    • Not verified

        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.

              rpatil Ramanand Patil (Inactive)
              rpatil Ramanand Patil (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: