RFR: 8273684: Replace usages of java.util.Stack with ArrayDeque
Sergey Bylokhov
serb at openjdk.java.net
Fri Sep 17 01:45:48 UTC 2021
On Sun, 29 Aug 2021 21:14:19 GMT, Andrey Turbanov <github.com+741251+turbanoff at openjdk.org> wrote:
> Usage of thread-safe collection Stack is unnecessary. It's recommended to use ArrayDequeue if a thread-safe implementation is not needed.
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5294
More information about the serviceability-dev
mailing list