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

Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate

XMLWordPrintable

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

      '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.

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

              Created:
              Updated:
              Resolved: