@@ -806,7 +806,7 @@ public boolean hasInvokeExactBehavior() {
806
806
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
807
807
* , statically represented using varargs.
808
808
* @return {@code true} if successful, otherwise {@code false} if the
809
- * witness value was not the same as the {@code expectedValue}.
809
+ * <em> witness value</em> was not the same as the {@code expectedValue}.
810
810
* @throws UnsupportedOperationException if the access mode is unsupported
811
811
* for this VarHandle.
812
812
* @throws WrongMethodTypeException if the access mode type does not
@@ -839,7 +839,7 @@ public boolean hasInvokeExactBehavior() {
839
839
* @param args the signature-polymorphic parameter list of the form
840
840
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
841
841
* , statically represented using varargs.
842
- * @return the signature-polymorphic result that is the witness value, which
842
+ * @return the signature-polymorphic result that is the <em> witness value</em> , which
843
843
* will be the same as the {@code expectedValue} if successful
844
844
* , statically represented using {@code Object}.
845
845
* @throws UnsupportedOperationException if the access mode is unsupported
@@ -874,7 +874,7 @@ public boolean hasInvokeExactBehavior() {
874
874
* @param args the signature-polymorphic parameter list of the form
875
875
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
876
876
* , statically represented using varargs.
877
- * @return the signature-polymorphic result that is the witness value, which
877
+ * @return the signature-polymorphic result that is the <em> witness value</em> , which
878
878
* will be the same as the {@code expectedValue} if successful
879
879
* , statically represented using {@code Object}.
880
880
* @throws UnsupportedOperationException if the access mode is unsupported
@@ -909,7 +909,7 @@ public boolean hasInvokeExactBehavior() {
909
909
* @param args the signature-polymorphic parameter list of the form
910
910
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
911
911
* , statically represented using varargs.
912
- * @return the signature-polymorphic result that is the witness value, which
912
+ * @return the signature-polymorphic result that is the <em> witness value</em> , which
913
913
* will be the same as the {@code expectedValue} if successful
914
914
* , statically represented using {@code Object}.
915
915
* @throws UnsupportedOperationException if the access mode is unsupported
@@ -936,7 +936,7 @@ public boolean hasInvokeExactBehavior() {
936
936
* {@link #get}.
937
937
*
938
938
* <p>This operation may fail spuriously (typically, due to memory
939
- * contention) even if the witness value does match the expected value.
939
+ * contention) even if the <em> witness value</em> does match the expected value.
940
940
*
941
941
* <p>The method signature is of the form {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)boolean}.
942
942
*
@@ -949,7 +949,7 @@ public boolean hasInvokeExactBehavior() {
949
949
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
950
950
* , statically represented using varargs.
951
951
* @return {@code true} if successful, otherwise {@code false} if the
952
- * witness value was not the same as the {@code expectedValue} or if this
952
+ * <em> witness value</em> was not the same as the {@code expectedValue} or if this
953
953
* operation spuriously failed.
954
954
* @throws UnsupportedOperationException if the access mode is unsupported
955
955
* for this VarHandle.
@@ -973,7 +973,7 @@ public boolean hasInvokeExactBehavior() {
973
973
* {@link #getVolatile}.
974
974
*
975
975
* <p>This operation may fail spuriously (typically, due to memory
976
- * contention) even if the witness value does match the expected value.
976
+ * contention) even if the <em> witness value</em> does match the expected value.
977
977
*
978
978
* <p>The method signature is of the form {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)boolean}.
979
979
*
@@ -986,7 +986,7 @@ public boolean hasInvokeExactBehavior() {
986
986
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
987
987
* , statically represented using varargs.
988
988
* @return {@code true} if successful, otherwise {@code false} if the
989
- * witness value was not the same as the {@code expectedValue} or if this
989
+ * <em> witness value</em> was not the same as the {@code expectedValue} or if this
990
990
* operation spuriously failed.
991
991
* @throws UnsupportedOperationException if the access mode is unsupported
992
992
* for this VarHandle.
@@ -1010,7 +1010,7 @@ public boolean hasInvokeExactBehavior() {
1010
1010
* {@link #getAcquire}.
1011
1011
*
1012
1012
* <p>This operation may fail spuriously (typically, due to memory
1013
- * contention) even if the witness value does match the expected value.
1013
+ * contention) even if the <em> witness value</em> does match the expected value.
1014
1014
*
1015
1015
* <p>The method signature is of the form {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)boolean}.
1016
1016
*
@@ -1024,7 +1024,7 @@ public boolean hasInvokeExactBehavior() {
1024
1024
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
1025
1025
* , statically represented using varargs.
1026
1026
* @return {@code true} if successful, otherwise {@code false} if the
1027
- * witness value was not the same as the {@code expectedValue} or if this
1027
+ * <em> witness value</em> was not the same as the {@code expectedValue} or if this
1028
1028
* operation spuriously failed.
1029
1029
* @throws UnsupportedOperationException if the access mode is unsupported
1030
1030
* for this VarHandle.
@@ -1048,7 +1048,7 @@ public boolean hasInvokeExactBehavior() {
1048
1048
* {@link #get}.
1049
1049
*
1050
1050
* <p>This operation may fail spuriously (typically, due to memory
1051
- * contention) even if the witness value does match the expected value.
1051
+ * contention) even if the <em> witness value</em> does match the expected value.
1052
1052
*
1053
1053
* <p>The method signature is of the form {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)boolean}.
1054
1054
*
@@ -1062,7 +1062,7 @@ public boolean hasInvokeExactBehavior() {
1062
1062
* {@code (CT1 ct1, ..., CTn ctn, T expectedValue, T newValue)}
1063
1063
* , statically represented using varargs.
1064
1064
* @return {@code true} if successful, otherwise {@code false} if the
1065
- * witness value was not the same as the {@code expectedValue} or if this
1065
+ * <em> witness value</em> was not the same as the {@code expectedValue} or if this
1066
1066
* operation spuriously failed.
1067
1067
* @throws UnsupportedOperationException if the access mode is unsupported
1068
1068
* for this VarHandle.
0 commit comments