You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the package com.google.common.hash and com.google.common.cache,
some files like LongAddable, LongAddables, LongAdder, and Striped64 are the same.
The text was updated successfully, but these errors were encountered:
mjd507
changed the title
find two same Striped64.java files in guava, is this intentional ?
Find some same files in guava , is this intentional ?
Jun 15, 2018
Yep, we don't want them to be public APIs, so the only way to use them in both packages is to make 2 copies.
What I didn't realize is that LongAdder actually made its way into Java8. I suspect we can delete our copies of Striped64 and LongAdder in our Java8 branch. @lowasser ?
kluever
changed the title
Find some same files in guava , is this intentional ?
Delete local copies of LongAdder/Striped64 in favor of java.util.concurrent.atomic.LongAdder
Jun 15, 2018
in the package
com.google.common.hash
andcom.google.common.cache
,some files like LongAddable, LongAddables, LongAdder, and Striped64 are the same.
The text was updated successfully, but these errors were encountered: