jdk-24/test/jdk/java/foreign
Maurizio Cimadamore 2c5d136260 8282191: Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: erikj, jvernee, psandoz, dholmes, mchung
2022-05-12 16:17:45 +00:00
..
callarranger 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
channels 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
enablenativeaccess 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
handles 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
loaderLookup 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
malloc 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
stackwalk 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
upcalldeopt 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
valist 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
virtual 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
CallGeneratorHelper.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
libAsyncInvokers.cpp 8275063: Implementation of Foreign Function & Memory API (Second incubator) 2021-11-24 11:51:16 +00:00
libIntrinsics.c 8275063: Implementation of Foreign Function & Memory API (Second incubator) 2021-11-24 11:51:16 +00:00
libLibraryLookup.c 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
libLookupTest.c 8264774: Implementation of Foreign Function and Memory API (Incubator) 2021-06-02 10:53:06 +00:00
libNativeAccess.c 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
LibraryLookupTest.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
libSafeAccess.c 8275063: Implementation of Foreign Function & Memory API (Second incubator) 2021-11-24 11:51:16 +00:00
libTestDowncall.c 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
libTestDowncall.h 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
libTestDowncallStack.c 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
libTestUpcall.c 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
libTestUpcall.h 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
libTestUpcallHighArity.c 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
libTestUpcallStack.c 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
libTestUpcallStructScope.c 8264774: Implementation of Foreign Function and Memory API (Incubator) 2021-06-02 10:53:06 +00:00
libVarArgs.c 8254231: Implementation of Foreign Linker API (Incubator) 2020-11-23 11:00:38 +00:00
NativeTestHelper.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
SafeFunctionAccessTest.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
StdLibTest.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestAdaptVarHandles.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestArrayCopy.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestArrays.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestByteBuffer.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestClassLoaderFindNative.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestDowncall.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestFallbackLookup.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestFree.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestFunctionDescriptor.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestHandshake.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestHeapAlignment.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestIllegalLink.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestIntrinsics.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestLayoutEquality.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestLayoutPaths.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestLayouts.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestMatrix.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestMemoryAccess.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestMemoryAccessInstance.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestMemoryAlignment.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestMemoryDereference.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestMemorySession.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestMismatch.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestNative.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestNoForeignUnsafeOverride.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestNULLAddress.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestNulls.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestReshape.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestScopedOperations.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSegmentAllocators.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSegmentCopy.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSegmentOffset.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSegmentOverlap.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSegments.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSharedAccess.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSlices.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestSpliterator.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestStringEncoding.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestTypeAccess.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUnsupportedPlatform.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUpcallAsync.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUpcallBase.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUpcallException.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUpcallHighArity.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUpcallScope.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUpcallStack.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestUpcallStructScope.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestVarArgs.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
TestVarHandleCombinators.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
ThrowingUpcall.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00