URLClassPath should use an ArrayDeque instead of a Stack

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      Stack is a deprecated class, derived from Vector, and URLClassPath synchronizes on the object, not using its internal synchronization. ArrayDeque also allows O(1) access to both ends.

            Assignee:
            Martin Buchholz
            Reporter:
            Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: