-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
The AccessMode enum constant names were changes to conform to the expected style. However, this style detracts from the association with the correspond VarHandle signature polymorphic methods.
A further renaming enhancement can be considered that uses a hybrid scheme, such as that employed for constant names in classes of the java.lang.invoke package.
For example:
AccessMode.NAME_get
AccessMode.NAME_compareAndSet
A further renaming enhancement can be considered that uses a hybrid scheme, such as that employed for constant names in classes of the java.lang.invoke package.
For example:
AccessMode.NAME_get
AccessMode.NAME_compareAndSet