File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
test/jdk/java/foreign/largestub Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 21
21
* questions.
22
22
*/
23
23
24
+ /*
25
+ * ===========================================================================
26
+ * (c) Copyright IBM Corp. 2025, 2025 All Rights Reserved
27
+ * ===========================================================================
28
+ */
29
+
24
30
/*
25
31
* @test
26
32
* @library ../
47
53
48
54
public class TestLargeStub extends NativeTestHelper {
49
55
50
- private static final int DOWNCALL_AVAILABLE_SLOTS = 248 ;
51
- private static final int UPCALL_AVAILABLE_SLOTS = 250 ;
56
+ private static final int DOWNCALL_AVAILABLE_SLOTS = 125 ;
57
+ private static final int UPCALL_AVAILABLE_SLOTS = 125 ;
52
58
53
59
MemoryLayout STRUCT_LL = MemoryLayout .structLayout (
54
60
C_LONG_LONG ,
You can’t perform that action at this time.
0 commit comments