Skip to content

Replace HashBiMap with thread-safe and lighter-weight ConcurrentHashMap - #3151

Merged
jleyba merged 1 commit into
SeleniumHQ:masterfrom
asmundak:jtsan
Nov 25, 2016
Merged

Replace HashBiMap with thread-safe and lighter-weight ConcurrentHashMap#3151
jleyba merged 1 commit into
SeleniumHQ:masterfrom
asmundak:jtsan

Conversation

@asmundak

Copy link
Copy Markdown
Contributor

HashBiMap is not thread safe. And its ability to map back from value
to key is used in a single place and can be easily replaced.

HashBiMap is not thread safe. And its ability to map back from value
to key is used in a single place and can be easily replaced.
@AutomatedTester AutomatedTester added the C-java Java Bindings label Nov 24, 2016
@jleyba

jleyba commented Nov 25, 2016

Copy link
Copy Markdown
Contributor

Travis failures are due to flaky tests.

@jleyba
jleyba merged commit a01fb62 into SeleniumHQ:master Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-java Java Bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants