Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8273684: Replace usages of java.util.Stack with ArrayDeque #5294

Closed

Commits on Aug 29, 2021

  1. Copy the full SHA
    e9bf273 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. [PATCH] Stack usages can be replaced with ArrayDequeue

    missing piece
    turbanoff committed Aug 30, 2021
    Copy the full SHA
    2f9b1cf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Copy the full SHA
    3e701c0 View commit details
    Browse the repository at this point in the history
  2. [PATCH] Stack usages can be replaced with ArrayDequeue

    one redundant import
    turbanoff committed Sep 9, 2021
    Copy the full SHA
    d13d231 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. [PATCH] Stack usages can be replaced with ArrayDequeue

    Replace one usage of ArrayList instead of ArrayDeque to preserve order of array elements as it was in original code
    turbanoff committed Sep 10, 2021
    Copy the full SHA
    e39a52f View commit details
    Browse the repository at this point in the history