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

Remove use of obsolete ReflectUtil.newInstance method

XMLWordPrintable

      Need to replace use of:

          ReflectUtil.newInstance(clazz)

      with:

          ReflectUtil.checkPackageAccess(clazz)
          clazz.newInstance()

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: