As part of renaming the class Atomic to AtomicAccess (JDK-8367014), the file name for the associated gtest was changed, and all the uses were updated from Atomic to AtomicAccess. However, the names of the gtests and supporting classes within that file were not updated in a corresponding fashion. That risks ODR violations with gtests for new Atomic<T> that may use a similar structure and style, and so might use similar or (accidentally) same names. The names for AtomicAccess gtests and supporting classes should be changed to be similar to the class being tested.
- relates to
-
JDK-8367014 Rename class Atomic to AtomicAccess
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/27330