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

Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P5
    • 21
    • 17, 21
    • client-libs

    Description

      'Vector<Object> args' is used only in single method and then it converted to Object[].
      So we can avoid usage of legacy synchronized Vector here and use ArrayList instead.

      Attachments

        Issue Links

          Activity

            People

              aturbanov Andrey Turbanov
              aturbanov Andrey Turbanov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: