We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66684f4 + 067c023 commit 7fb14caCopy full SHA for 7fb14ca
test/jdk/java/foreign/largestub/TestLargeStub.java
@@ -21,6 +21,12 @@
21
* questions.
22
*/
23
24
+/*
25
+ * ===========================================================================
26
+ * (c) Copyright IBM Corp. 2025, 2025 All Rights Reserved
27
28
+ */
29
+
30
/*
31
* @test
32
* @library ../
@@ -47,8 +53,8 @@
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
59
MemoryLayout STRUCT_LL = MemoryLayout.structLayout(
60
C_LONG_LONG,
0 commit comments