jdk-24/test/jdk/java/lang/invoke/VarHandles
Maurizio Cimadamore 96e36071b6 8275063: Implementation of Foreign Function & Memory API (Second incubator)
Reviewed-by: erikj, psandoz, jvernee, darcy
2021-11-24 11:51:16 +00:00
..
accessibility 8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields 2019-03-26 15:53:36 -07:00
generate-vh-tests.sh 8218460: Test generation scripts do not invoke stream preprocessor correctly 2019-02-05 14:36:50 -08:00
VarHandleBaseByteArrayTest.java 8210031: implementation for JVM Constants API 2018-12-09 12:36:24 -05:00
VarHandleBaseTest.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleMethodReferenceTest.java 8195650: Method references to VarHandle accessors 2018-06-25 14:39:44 -07:00
VarHandleTestAccessBoolean.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessByte.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessChar.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessDouble.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessFloat.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessInt.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessLong.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessModeMethodNames.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VarHandleTestAccessShort.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestAccessString.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestByteArrayAsChar.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestByteArrayAsDouble.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestByteArrayAsFloat.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestByteArrayAsInt.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestByteArrayAsLong.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestByteArrayAsShort.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestExact.java 8275063: Implementation of Foreign Function & Memory API (Second incubator) 2021-11-24 11:51:16 +00:00
VarHandleTestMethodHandleAccessBoolean.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessByte.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessChar.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessDouble.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessFloat.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessInt.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessLong.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessShort.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodHandleAccessString.java 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
VarHandleTestMethodTypeBoolean.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeByte.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeChar.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeDouble.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeFloat.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeInt.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeLong.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeShort.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestMethodTypeString.java 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00
VarHandleTestReflection.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
X-VarHandleTestAccess.java.template 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
X-VarHandleTestByteArrayView.java.template 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
X-VarHandleTestMethodHandleAccess.java.template 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException 2021-01-20 23:42:58 +00:00
X-VarHandleTestMethodType.java.template 8243491: Implementation of Foreign-Memory Access API (Second Incubator) 2020-05-25 10:54:39 +01:00