..
arraystructs
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
callarranger
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
capturecallstate
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
channels
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
critical
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
dontrelease
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
enablenativeaccess
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
2024-08-26 09:17:45 +00:00
handles
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
2024-08-26 09:17:45 +00:00
largestub
8338123: Linker crash when building a downcall handle with many arguments in x64
2024-09-06 17:32:34 +00:00
loaderLookup
8314592: Add shortcut to SymbolLookup::find
2024-04-24 11:56:44 +00:00
nested
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
normalize
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
passheapsegment
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
stackwalk
8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode
2024-10-30 11:05:07 +00:00
upcalldeopt
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
virtual
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
CallGeneratorHelper.java
8327994: Update code gen in CallGeneratorHelper
2024-03-21 12:34:38 +00:00
CompositeLookupTest.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
libAddressDereference.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
libAsyncInvokers.cpp
8324799: Use correct extension for C++ test headers
2024-02-29 06:24:42 +00:00
libIntrinsics.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
libLibraryLookup.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
libLookupTest.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
libNativeAccess.c
8310643: Misformatted copyright messages in FFM
2023-08-07 10:58:11 +00:00
libNull.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
LibraryLookupTest.java
8321159: SymbolLookup.libraryLookup(Path, Arena) Assumes default Filesystem
2023-12-06 08:02:52 +00:00
libSafeAccess.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
libTestDowncall.c
8287158: Explicitly reject unsupported call shapes on macos-aarch64 in mainline
2022-05-24 15:03:53 +00:00
libTestDowncallStack.c
8327994: Update code gen in CallGeneratorHelper
2024-03-21 12:34:38 +00:00
libTestHFA.c
8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
2023-05-24 08:38:34 +00:00
libTestUpcall.c
8327994: Update code gen in CallGeneratorHelper
2024-03-21 12:34:38 +00:00
libTestUpcallHighArity.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
libTestUpcallStack.c
8327994: Update code gen in CallGeneratorHelper
2024-03-21 12:34:38 +00:00
libTestUpcallStructScope.c
8327460: Compile tests with the same visibility rules as product code
2024-03-13 08:09:22 +00:00
libVarArgs.c
8327994: Update code gen in CallGeneratorHelper
2024-03-21 12:34:38 +00:00
MemoryLayoutPrincipalTotalityTest.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
MemoryLayoutTypeRetentionTest.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
NativeTestHelper.java
8318586: Explicitly handle upcall stub allocation failure
2023-11-30 19:26:54 +00:00
SafeFunctionAccessTest.java
8318072: DowncallLinker does not acquire/release segments in interpreter
2023-10-14 20:23:41 +00:00
shared.h
8327994: Update code gen in CallGeneratorHelper
2024-03-21 12:34:38 +00:00
StdLibTest.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestAccessModes.java
8331865: Consolidate size and alignment checks in LayoutPath
2024-05-29 11:12:30 +00:00
TestAdaptVarHandles.java
8318538: Add a way to obtain a strided var handle from a layout
2023-10-20 10:35:09 +00:00
TestAddressDereference.java
8321400: java/foreign/TestStubAllocFailure.java fails with code cache exhaustion
2023-12-13 17:34:37 +00:00
TestArrayCopy.java
8321387: SegmentAllocator:allocateFrom(AddressLayout, MemorySegment) does not throw stated UnsupportedOperationException
2023-12-11 07:52:31 +00:00
TestArrays.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestByteBuffer.java
8317514: Ensure MemorySegment is initialized before touching NativeMemorySegmentImpl
2023-10-13 20:51:52 +00:00
TestClassLoaderFindNative.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestConcurrentClose.java
8337060: Test java/foreign/TestConcurrentClose.java failed: IllegalStateException: SegmentAccessor::doAccess method not being compiled
2024-07-25 16:36:31 +00:00
TestDeadlock.java
8317514: Ensure MemorySegment is initialized before touching NativeMemorySegmentImpl
2023-10-13 20:51:52 +00:00
TestDereferencePath.java
8338728: Misc issues in memory layout javadoc
2024-08-27 14:26:31 +00:00
TestDowncallBase.java
8310643: Misformatted copyright messages in FFM
2023-08-07 10:58:11 +00:00
TestDowncallScope.java
8318737: Fallback linker passes bad JNI handle
2023-10-26 15:54:02 +00:00
TestDowncallStack.java
8318737: Fallback linker passes bad JNI handle
2023-10-26 15:54:02 +00:00
TestFallbackLookup.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestFill.java
8338967: Improve performance for MemorySegment::fill
2024-09-03 10:25:27 +00:00
TestFree.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestFunctionDescriptor.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestHandshake.java
8335480: Only deoptimize threads if needed when closing shared arena
2024-07-18 11:00:39 +00:00
TestHeapAlignment.java
8331865: Consolidate size and alignment checks in LayoutPath
2024-05-29 11:12:30 +00:00
TestHFA.java
8321300: Cleanup TestHFA
2023-12-05 13:57:06 +00:00
TestIllegalLink.java
8254693: Add Panama feature to pass heap segments to native code
2023-11-14 11:19:30 +00:00
TestIntrinsics.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestLargeSegmentCopy.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestLayoutPaths.java
8338731: MemoryLayout::offsetHandle can return a negative offset
2024-08-28 10:22:34 +00:00
TestLayouts.java
8326172: Dubious claim on long[]/double[] alignment in MemorySegment javadoc
2024-03-05 13:32:24 +00:00
TestLinker.java
8338411: Implement JEP 486: Permanently Disable the Security Manager
2024-11-12 17:16:15 +00:00
TestMappedHandshake.java
8339285: Test fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
2024-09-05 18:11:18 +00:00
TestMatrix.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestMemoryAccess.java
8321387: SegmentAllocator:allocateFrom(AddressLayout, MemorySegment) does not throw stated UnsupportedOperationException
2023-12-11 07:52:31 +00:00
TestMemoryAccessInstance.java
8321786: SegmentAllocator:allocateFrom(ValueLayout, MemorySegment,ValueLayout,long,long) spec mismatch in exception scenario
2024-01-08 08:20:07 +00:00
TestMemoryAlignment.java
8329997: Add provisions for checking memory segment alignment constraints
2024-04-18 11:22:47 +00:00
TestMemoryDereference.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestMemorySession.java
8343793: Test java/foreign/TestMemorySession.java is timing out
2024-11-09 09:39:23 +00:00
TestMismatch.java
8339531: Improve performance of MemorySegment::mismatch
2024-09-12 18:31:08 +00:00
TestNative.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestNoForeignUnsafeOverride.java
8282191: Implementation of Foreign Function & Memory API (Preview)
2022-05-12 16:17:45 +00:00
TestNULLAddress.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestNulls.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestOfBufferIssue.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestReshape.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestRestricted.java
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
2024-08-26 09:17:45 +00:00
TestScope.java
8323745: Missing comma in copyright header in TestScope
2024-01-15 16:30:59 +00:00
TestScopedOperations.java
8321786: SegmentAllocator:allocateFrom(ValueLayout, MemorySegment,ValueLayout,long,long) spec mismatch in exception scenario
2024-01-08 08:20:07 +00:00
TestSegmentAllocators.java
8321786: SegmentAllocator:allocateFrom(ValueLayout, MemorySegment,ValueLayout,long,long) spec mismatch in exception scenario
2024-01-08 08:20:07 +00:00
TestSegmentCopy.java
8338591: Improve performance of MemorySegment::copy
2024-09-05 13:10:24 +00:00
TestSegmentOffset.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestSegmentOverlap.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestSegments.java
8340307: Add explanation around MemorySegment:reinterpret regarding arenas
2024-11-04 14:12:30 +00:00
TestSharedAccess.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestSlices.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestSpliterator.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestStringEncoding.java
8321467: MemorySegment.setString(long, String, Charset) throws IAE(Misaligned access)
2023-12-07 12:51:42 +00:00
TestStringEncodingJumbo.java
8317837: Leftover FFM implementation-only changes
2023-10-13 19:05:47 +00:00
TestStubAllocFailure.java
8324260: java/foreign/TestStubAllocFailure.java run timeout with -Xcomp
2024-08-01 14:36:03 +00:00
TestTypeAccess.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestUpcallAsync.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestUpcallBase.java
8303582: Reduce duplication in jdk/java/foreign tests
2023-03-06 14:52:04 +00:00
TestUpcallException.java
8321400: java/foreign/TestStubAllocFailure.java fails with code cache exhaustion
2023-12-13 17:34:37 +00:00
TestUpcallHighArity.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestUpcallScope.java
8318737: Fallback linker passes bad JNI handle
2023-10-26 15:54:02 +00:00
TestUpcallStack.java
8318737: Fallback linker passes bad JNI handle
2023-10-26 15:54:02 +00:00
TestUpcallStress.java
8341584: Test java/foreign/TestUpcallStress.java intermittent timeout with -Xcomp
2024-10-22 12:27:44 +00:00
TestUpcallStructScope.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestValueLayouts.java
8326172: Dubious claim on long[]/double[] alignment in MemorySegment javadoc
2024-03-05 13:32:24 +00:00
TestVarArgs.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
TestVarHandleCombinators.java
8312522: Implementation of Foreign Function & Memory API
2023-10-12 19:50:08 +00:00
UpcallTestHelper.java
8322324: java/foreign/TestStubAllocFailure.java times out while waiting for forked process
2024-01-10 13:13:32 +00:00