/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
D | VarHandleTestMethodTypeDouble.java | 183 double x = (double) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 double x = (double) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 double x = (double) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 double x = (double) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 double x = (double) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 982 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 985 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 988 double x = (double) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestMethodTypeFloat.java | 183 float x = (float) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 float x = (float) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 float x = (float) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 float x = (float) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 float x = (float) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 982 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 985 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 988 float x = (float) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestByteArrayAsShort.java | 218 short x = (short) vh.getVolatile(array, ci); in testArrayNPE() 259 short x = (short) vh.getVolatile(array, ci); in testArrayNPE() 611 short x = (short) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 660 short x = (short) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 703 short x = (short) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 745 short x = (short) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 799 short x = (short) vh.getVolatile(array, i); in testArrayReadWrite() 845 short x = (short) vh.getVolatile(array, i); in testArrayReadWrite() 894 short x = (short) vh.getVolatile(array, i); in testArrayReadOnly()
|
D | VarHandleTestByteArrayAsChar.java | 218 char x = (char) vh.getVolatile(array, ci); in testArrayNPE() 259 char x = (char) vh.getVolatile(array, ci); in testArrayNPE() 611 char x = (char) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 660 char x = (char) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 703 char x = (char) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 745 char x = (char) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 799 char x = (char) vh.getVolatile(array, i); in testArrayReadWrite() 845 char x = (char) vh.getVolatile(array, i); in testArrayReadWrite() 894 char x = (char) vh.getVolatile(array, i); in testArrayReadOnly()
|
D | VarHandleTestMethodTypeString.java | 183 String x = (String) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 String x = (String) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 String x = (String) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 String x = (String) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 String x = (String) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 860 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 863 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 866 String x = (String) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestMethodTypeBoolean.java | 183 boolean x = (boolean) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 boolean x = (boolean) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 boolean x = (boolean) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 int x = (int) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 boolean x = (boolean) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 boolean x = (boolean) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 1164 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 1167 int x = (int) vh.getVolatile(); in testStaticFieldWrongMethodType() 1170 boolean x = (boolean) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleMethodReferenceTest.java | 63 r = vh::getVolatile; in testMethodReferences()
|
D | VarHandleTestMethodTypeLong.java | 183 long x = (long) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 long x = (long) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 long x = (long) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 long x = (long) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 long x = (long) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 1292 long x = (long) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestMethodTypeInt.java | 183 int x = (int) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 int x = (int) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 int x = (int) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 int x = (int) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 int x = (int) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 1292 int x = (int) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestMethodTypeByte.java | 183 byte x = (byte) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 byte x = (byte) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 byte x = (byte) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 byte x = (byte) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 byte x = (byte) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 1292 byte x = (byte) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestMethodTypeShort.java | 183 short x = (short) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 short x = (short) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 short x = (short) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 short x = (short) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 short x = (short) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 1292 short x = (short) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestMethodTypeChar.java | 183 char x = (char) vh.getVolatile(null); in testInstanceFieldWrongMethodType() 186 char x = (char) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType() 189 char x = (char) vh.getVolatile(0); in testInstanceFieldWrongMethodType() 193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType() 200 char x = (char) vh.getVolatile(); in testInstanceFieldWrongMethodType() 203 char x = (char) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType() 1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType() 1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType() 1292 char x = (char) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType() [all …]
|
D | VarHandleTestByteArrayAsFloat.java | 218 float x = (float) vh.getVolatile(array, ci); in testArrayNPE() 302 float x = (float) vh.getVolatile(array, ci); in testArrayNPE() 613 float x = (float) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 706 float x = (float) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 792 float x = (float) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 878 float x = (float) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 975 float x = (float) vh.getVolatile(array, i); in testArrayReadWrite() 1148 float x = (float) vh.getVolatile(array, i); in testArrayReadWrite() 1324 float x = (float) vh.getVolatile(array, i); in testArrayReadOnly()
|
D | VarHandleTestByteArrayAsDouble.java | 218 double x = (double) vh.getVolatile(array, ci); in testArrayNPE() 302 double x = (double) vh.getVolatile(array, ci); in testArrayNPE() 613 double x = (double) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 706 double x = (double) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 792 double x = (double) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 878 double x = (double) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 975 double x = (double) vh.getVolatile(array, i); in testArrayReadWrite() 1148 double x = (double) vh.getVolatile(array, i); in testArrayReadWrite() 1324 double x = (double) vh.getVolatile(array, i); in testArrayReadOnly()
|
D | VarHandleTestAccessDouble.java | 245 double x = (double) vh.getVolatile(recv); in testInstanceFinalField() 329 double x = (double) vh.getVolatile(); in testStaticFinalField() 415 double x = (double) vh.getVolatile(recv); in testInstanceField() 643 double x = (double) vh.getVolatile(); in testStaticField() 874 double x = (double) vh.getVolatile(array, i); in testArray() 1108 double x = (double) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessFloat.java | 245 float x = (float) vh.getVolatile(recv); in testInstanceFinalField() 329 float x = (float) vh.getVolatile(); in testStaticFinalField() 415 float x = (float) vh.getVolatile(recv); in testInstanceField() 643 float x = (float) vh.getVolatile(); in testStaticField() 874 float x = (float) vh.getVolatile(array, i); in testArray() 1108 float x = (float) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessBoolean.java | 245 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFinalField() 305 boolean x = (boolean) vh.getVolatile(); in testStaticFinalField() 367 boolean x = (boolean) vh.getVolatile(recv); in testInstanceField() 627 boolean x = (boolean) vh.getVolatile(); in testStaticField() 890 boolean x = (boolean) vh.getVolatile(array, i); in testArray() 1156 boolean x = (boolean) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessByte.java | 245 byte x = (byte) vh.getVolatile(recv); in testInstanceFinalField() 294 byte x = (byte) vh.getVolatile(); in testStaticFinalField() 345 byte x = (byte) vh.getVolatile(recv); in testInstanceField() 621 byte x = (byte) vh.getVolatile(); in testStaticField() 900 byte x = (byte) vh.getVolatile(array, i); in testArray() 1182 byte x = (byte) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessInt.java | 245 int x = (int) vh.getVolatile(recv); in testInstanceFinalField() 294 int x = (int) vh.getVolatile(); in testStaticFinalField() 345 int x = (int) vh.getVolatile(recv); in testInstanceField() 621 int x = (int) vh.getVolatile(); in testStaticField() 900 int x = (int) vh.getVolatile(array, i); in testArray() 1182 int x = (int) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessShort.java | 245 short x = (short) vh.getVolatile(recv); in testInstanceFinalField() 294 short x = (short) vh.getVolatile(); in testStaticFinalField() 345 short x = (short) vh.getVolatile(recv); in testInstanceField() 621 short x = (short) vh.getVolatile(); in testStaticField() 900 short x = (short) vh.getVolatile(array, i); in testArray() 1182 short x = (short) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessLong.java | 245 long x = (long) vh.getVolatile(recv); in testInstanceFinalField() 294 long x = (long) vh.getVolatile(); in testStaticFinalField() 345 long x = (long) vh.getVolatile(recv); in testInstanceField() 621 long x = (long) vh.getVolatile(); in testStaticField() 900 long x = (long) vh.getVolatile(array, i); in testArray() 1182 long x = (long) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessString.java | 252 String x = (String) vh.getVolatile(recv); in testInstanceFinalField() 347 String x = (String) vh.getVolatile(); in testStaticFinalField() 444 String x = (String) vh.getVolatile(recv); in testInstanceField() 656 String x = (String) vh.getVolatile(); in testStaticField() 871 String x = (String) vh.getVolatile(array, i); in testArray() 1089 String x = (String) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestAccessChar.java | 245 char x = (char) vh.getVolatile(recv); in testInstanceFinalField() 294 char x = (char) vh.getVolatile(); in testStaticFinalField() 345 char x = (char) vh.getVolatile(recv); in testInstanceField() 621 char x = (char) vh.getVolatile(); in testStaticField() 900 char x = (char) vh.getVolatile(array, i); in testArray() 1182 char x = (char) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
|
D | VarHandleTestByteArrayAsLong.java | 218 long x = (long) vh.getVolatile(array, ci); in testArrayNPE() 348 long x = (long) vh.getVolatile(array, ci); in testArrayNPE() 613 long x = (long) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 752 long x = (long) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 884 long x = (long) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 1016 long x = (long) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 1159 long x = (long) vh.getVolatile(array, i); in testArrayReadWrite() 1442 long x = (long) vh.getVolatile(array, i); in testArrayReadWrite() 1728 long x = (long) vh.getVolatile(array, i); in testArrayReadOnly()
|
D | VarHandleTestByteArrayAsInt.java | 218 int x = (int) vh.getVolatile(array, ci); in testArrayNPE() 348 int x = (int) vh.getVolatile(array, ci); in testArrayNPE() 613 int x = (int) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 752 int x = (int) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds() 884 int x = (int) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 1016 int x = (int) vh.getVolatile(array, ci); in testArrayMisalignedAccess() 1159 int x = (int) vh.getVolatile(array, i); in testArrayReadWrite() 1442 int x = (int) vh.getVolatile(array, i); in testArrayReadWrite() 1728 int x = (int) vh.getVolatile(array, i); in testArrayReadOnly()
|