|
1 | 1 | /*
|
2 |
| - * @test |
| 2 | + * Note: to run this test manually, you need to build the tests first to get native |
| 3 | + * libraries compiled, and then execute it with plain jtreg, like: |
| 4 | + * |
| 5 | + * $ bin/jtreg -jdk:<path-to-tested-jdk> \ |
| 6 | + * -nativepath:<path-to-build-dir>/support/test/jdk/jtreg/native/lib/ \ |
| 7 | + * -concurrency:auto \ |
| 8 | + * ./test/jdk/java/foreign/TestMatrix.java |
| 9 | + */ |
| 10 | + |
| 11 | +/* |
| 12 | + * @test id=UpcallHighArity-FFTT |
3 | 13 | * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64"
|
4 | 14 | * @modules jdk.incubator.foreign/jdk.internal.foreign
|
5 |
| - * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity TestUpcall TestDowncall |
| 15 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
6 | 16 | *
|
7 |
| - * @run testng/othervm/native |
| 17 | + * @run testng/othervm/native/manual |
8 | 18 | * --enable-native-access=ALL-UNNAMED
|
9 | 19 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
10 | 20 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
11 | 21 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
12 | 22 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
13 | 23 | * TestUpcallHighArity
|
14 |
| - * @run testng/othervm/native |
| 24 | + */ |
| 25 | + |
| 26 | +/* @test id=UpcallHighArity-TFTT |
| 27 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 28 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 29 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 30 | + * |
| 31 | + * @run testng/othervm/native/manual |
15 | 32 | * --enable-native-access=ALL-UNNAMED
|
16 | 33 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
17 | 34 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
18 | 35 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
19 | 36 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
20 | 37 | * TestUpcallHighArity
|
21 |
| - * @run testng/othervm/native |
| 38 | + */ |
| 39 | + |
| 40 | +/* @test id=UpcallHighArity-FTTT |
| 41 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 42 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 43 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 44 | + * |
| 45 | + * @run testng/othervm/native/manual |
22 | 46 | * --enable-native-access=ALL-UNNAMED
|
23 | 47 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
24 | 48 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
25 | 49 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
26 | 50 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
27 | 51 | * TestUpcallHighArity
|
28 |
| - * @run testng/othervm/native |
| 52 | + */ |
| 53 | + |
| 54 | +/* @test id=UpcallHighArity-TTTT |
| 55 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 56 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 57 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 58 | + * |
| 59 | + * @run testng/othervm/native/manual |
29 | 60 | * --enable-native-access=ALL-UNNAMED
|
30 | 61 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
31 | 62 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
32 | 63 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
33 | 64 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
34 | 65 | * TestUpcallHighArity
|
| 66 | + */ |
| 67 | + |
| 68 | +/* @test id=UpcallHighArity-FFTF |
| 69 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 70 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 71 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
35 | 72 | *
|
36 |
| - * @run testng/othervm/native |
| 73 | + * @run testng/othervm/native/manual |
37 | 74 | * --enable-native-access=ALL-UNNAMED
|
38 | 75 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
39 | 76 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
40 | 77 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
41 | 78 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
42 | 79 | * TestUpcallHighArity
|
43 |
| - * @run testng/othervm/native |
| 80 | + */ |
| 81 | + |
| 82 | +/* @test id=UpcallHighArity-TFTF |
| 83 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 84 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 85 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 86 | + * |
| 87 | + * @run testng/othervm/native/manual |
44 | 88 | * --enable-native-access=ALL-UNNAMED
|
45 | 89 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
46 | 90 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
47 | 91 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
48 | 92 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
49 | 93 | * TestUpcallHighArity
|
50 |
| - * @run testng/othervm/native |
| 94 | + */ |
| 95 | + |
| 96 | +/* @test id=UpcallHighArity-FTTF |
| 97 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 98 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 99 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 100 | + * |
| 101 | + * @run testng/othervm/native/manual |
51 | 102 | * --enable-native-access=ALL-UNNAMED
|
52 | 103 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
53 | 104 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
54 | 105 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
55 | 106 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
56 | 107 | * TestUpcallHighArity
|
57 |
| - * @run testng/othervm/native |
| 108 | + */ |
| 109 | + |
| 110 | +/* @test id=UpcallHighArity-TTTF |
| 111 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 112 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 113 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 114 | + * |
| 115 | + * @run testng/othervm/native/manual |
58 | 116 | * --enable-native-access=ALL-UNNAMED
|
59 | 117 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
60 | 118 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
61 | 119 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
62 | 120 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
63 | 121 | * TestUpcallHighArity
|
| 122 | + */ |
| 123 | + |
| 124 | +/* @test id=UpcallHighArity-FFFT |
| 125 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 126 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 127 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
64 | 128 | *
|
65 |
| - * @run testng/othervm/native |
| 129 | + * @run testng/othervm/native/manual |
66 | 130 | * --enable-native-access=ALL-UNNAMED
|
67 | 131 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
68 | 132 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
69 | 133 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
70 | 134 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
71 | 135 | * TestUpcallHighArity
|
72 |
| - * @run testng/othervm/native |
| 136 | + */ |
| 137 | + |
| 138 | +/* @test id=UpcallHighArity-TFFT |
| 139 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 140 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 141 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 142 | + * |
| 143 | + * @run testng/othervm/native/manual |
73 | 144 | * --enable-native-access=ALL-UNNAMED
|
74 | 145 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
75 | 146 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
76 | 147 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
77 | 148 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
78 | 149 | * TestUpcallHighArity
|
79 |
| - * @run testng/othervm/native |
| 150 | + */ |
| 151 | + |
| 152 | +/* @test id=UpcallHighArity-FTFT |
| 153 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 154 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 155 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 156 | + * |
| 157 | + * @run testng/othervm/native/manual |
80 | 158 | * --enable-native-access=ALL-UNNAMED
|
81 | 159 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
82 | 160 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
83 | 161 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
84 | 162 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
85 | 163 | * TestUpcallHighArity
|
86 |
| - * @run testng/othervm/native |
| 164 | + */ |
| 165 | + |
| 166 | +/* @test id=UpcallHighArity-TTFT |
| 167 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 168 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 169 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 170 | + * |
| 171 | + * @run testng/othervm/native/manual |
87 | 172 | * --enable-native-access=ALL-UNNAMED
|
88 | 173 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
89 | 174 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
90 | 175 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
91 | 176 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
92 | 177 | * TestUpcallHighArity
|
| 178 | + */ |
| 179 | + |
| 180 | +/* @test id=UpcallHighArity-FFFF |
| 181 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 182 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 183 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
93 | 184 | *
|
94 |
| - * @run testng/othervm/native |
| 185 | + * @run testng/othervm/native/manual |
95 | 186 | * --enable-native-access=ALL-UNNAMED
|
96 | 187 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
97 | 188 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
98 | 189 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
99 | 190 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
100 | 191 | * TestUpcallHighArity
|
101 |
| - * @run testng/othervm/native |
| 192 | + */ |
| 193 | + |
| 194 | +/* @test id=UpcallHighArity-TFFF |
| 195 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 196 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 197 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 198 | + * |
| 199 | + * @run testng/othervm/native/manual |
102 | 200 | * --enable-native-access=ALL-UNNAMED
|
103 | 201 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
104 | 202 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
105 | 203 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
106 | 204 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
107 | 205 | * TestUpcallHighArity
|
108 |
| - * @run testng/othervm/native |
| 206 | + */ |
| 207 | + |
| 208 | +/* @test id=UpcallHighArity-FTFF |
| 209 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 210 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 211 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 212 | + * |
| 213 | + * @run testng/othervm/native/manual |
109 | 214 | * --enable-native-access=ALL-UNNAMED
|
110 | 215 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
111 | 216 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
112 | 217 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
113 | 218 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
114 | 219 | * TestUpcallHighArity
|
115 |
| - * @run testng/othervm/native |
| 220 | + */ |
| 221 | + |
| 222 | +/* @test id=UpcallHighArity-TTFF |
| 223 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 224 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 225 | + * @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity |
| 226 | + * |
| 227 | + * @run testng/othervm/native/manual |
116 | 228 | * --enable-native-access=ALL-UNNAMED
|
117 | 229 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
118 | 230 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
119 | 231 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
120 | 232 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
121 | 233 | * TestUpcallHighArity
|
| 234 | + */ |
| 235 | + |
| 236 | +/* @test id=Downcall-FF |
| 237 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 238 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 239 | + * @build NativeTestHelper CallGeneratorHelper TestDowncall |
122 | 240 | *
|
123 |
| - * @run testng/othervm |
| 241 | + * @run testng/othervm/manual |
124 | 242 | * --enable-native-access=ALL-UNNAMED
|
125 | 243 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
126 | 244 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
127 | 245 | * TestDowncall
|
128 |
| - * @run testng/othervm |
| 246 | + */ |
| 247 | + |
| 248 | +/* @test id=Downcall-TF |
| 249 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 250 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 251 | + * @build NativeTestHelper CallGeneratorHelper TestDowncall |
| 252 | + * |
| 253 | + * @run testng/othervm/manual |
129 | 254 | * --enable-native-access=ALL-UNNAMED
|
130 | 255 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
131 | 256 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
132 | 257 | * TestDowncall
|
133 |
| - * @run testng/othervm |
| 258 | + */ |
| 259 | + |
| 260 | +/* @test id=Downcall-FT |
| 261 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 262 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 263 | + * @build NativeTestHelper CallGeneratorHelper TestDowncall |
| 264 | + * |
| 265 | + * @run testng/othervm/manual |
134 | 266 | * --enable-native-access=ALL-UNNAMED
|
135 | 267 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
136 | 268 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
137 | 269 | * TestDowncall
|
138 |
| - * @run testng/othervm |
| 270 | + */ |
| 271 | + |
| 272 | +/* @test id=Downcall-TT |
| 273 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 274 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 275 | + * @build NativeTestHelper CallGeneratorHelper TestDowncall |
| 276 | + * |
| 277 | + * @run testng/othervm/manual |
139 | 278 | * --enable-native-access=ALL-UNNAMED
|
140 | 279 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
141 | 280 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
142 | 281 | * TestDowncall
|
| 282 | + */ |
| 283 | + |
| 284 | +/* @test id=Upcall-TFTT |
| 285 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 286 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 287 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
143 | 288 | *
|
144 |
| - * @run testng/othervm |
145 |
| - * --enable-native-access=ALL-UNNAMED |
146 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true |
147 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false |
148 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true |
149 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true |
150 |
| - * TestUpcall |
151 |
| - * @run testng/othervm |
| 289 | + * @run testng/othervm/manual |
152 | 290 | * --enable-native-access=ALL-UNNAMED
|
153 | 291 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
154 | 292 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
155 | 293 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
156 | 294 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
157 | 295 | * TestUpcall
|
158 |
| - * @run testng/othervm |
| 296 | + */ |
| 297 | + |
| 298 | +/* @test id=Upcall-FTTT |
| 299 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 300 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 301 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 302 | + * |
| 303 | + * @run testng/othervm/manual |
159 | 304 | * --enable-native-access=ALL-UNNAMED
|
160 | 305 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
161 | 306 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
162 | 307 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
163 | 308 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
164 | 309 | * TestUpcall
|
165 |
| - * @run testng/othervm |
| 310 | + */ |
| 311 | + |
| 312 | +/* @test id=Upcall-TTTT |
| 313 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 314 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 315 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 316 | + * |
| 317 | + * @run testng/othervm/manual |
166 | 318 | * --enable-native-access=ALL-UNNAMED
|
167 | 319 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
168 | 320 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
169 | 321 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
170 | 322 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
171 | 323 | * TestUpcall
|
| 324 | + */ |
| 325 | + |
| 326 | +/* @test id=Upcall-TFTF |
| 327 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 328 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 329 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
172 | 330 | *
|
173 |
| - * @run testng/othervm |
174 |
| - * --enable-native-access=ALL-UNNAMED |
175 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true |
176 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false |
177 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true |
178 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false |
179 |
| - * TestUpcall |
180 |
| - * @run testng/othervm |
| 331 | + * @run testng/othervm/manual |
181 | 332 | * --enable-native-access=ALL-UNNAMED
|
182 | 333 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
183 | 334 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
184 | 335 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
185 | 336 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
186 | 337 | * TestUpcall
|
187 |
| - * @run testng/othervm |
| 338 | + */ |
| 339 | + |
| 340 | +/* @test id=Upcall-FTTF |
| 341 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 342 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 343 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 344 | + * |
| 345 | + * @run testng/othervm/manual |
188 | 346 | * --enable-native-access=ALL-UNNAMED
|
189 | 347 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
190 | 348 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
191 | 349 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
192 | 350 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
193 | 351 | * TestUpcall
|
194 |
| - * @run testng/othervm |
| 352 | + */ |
| 353 | + |
| 354 | +/* @test id=Upcall-TTTF |
| 355 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 356 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 357 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 358 | + * |
| 359 | + * @run testng/othervm/manual |
195 | 360 | * --enable-native-access=ALL-UNNAMED
|
196 | 361 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
197 | 362 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
198 | 363 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=true
|
199 | 364 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
200 | 365 | * TestUpcall
|
| 366 | + */ |
| 367 | + |
| 368 | +/* @test id=Upcall-TFFT |
| 369 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 370 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 371 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
201 | 372 | *
|
202 |
| - * @run testng/othervm |
203 |
| - * --enable-native-access=ALL-UNNAMED |
204 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true |
205 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false |
206 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false |
207 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true |
208 |
| - * TestUpcall |
209 |
| - * @run testng/othervm |
| 373 | + * @run testng/othervm/manual |
210 | 374 | * --enable-native-access=ALL-UNNAMED
|
211 | 375 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
212 | 376 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
213 | 377 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
214 | 378 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
215 | 379 | * TestUpcall
|
216 |
| - * @run testng/othervm |
| 380 | + */ |
| 381 | + |
| 382 | +/* @test id=Upcall-FTFT |
| 383 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 384 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 385 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 386 | + * |
| 387 | + * @run testng/othervm/manual |
217 | 388 | * --enable-native-access=ALL-UNNAMED
|
218 | 389 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
219 | 390 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
220 | 391 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
221 | 392 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
222 | 393 | * TestUpcall
|
223 |
| - * @run testng/othervm |
| 394 | + */ |
| 395 | + |
| 396 | +/* @test id=Upcall-TTFT |
| 397 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 398 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 399 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 400 | + * |
| 401 | + * @run testng/othervm/manual |
224 | 402 | * --enable-native-access=ALL-UNNAMED
|
225 | 403 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
226 | 404 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
227 | 405 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
228 | 406 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=true
|
229 | 407 | * TestUpcall
|
| 408 | + */ |
| 409 | + |
| 410 | +/* @test id=Upcall-TFFF |
| 411 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 412 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 413 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
230 | 414 | *
|
231 |
| - * @run testng/othervm |
232 |
| - * --enable-native-access=ALL-UNNAMED |
233 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true |
234 |
| - * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false |
235 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false |
236 |
| - * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false |
237 |
| - * TestUpcall |
238 |
| - * @run testng/othervm |
| 415 | + * @run testng/othervm/manual |
239 | 416 | * --enable-native-access=ALL-UNNAMED
|
240 | 417 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
241 | 418 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=false
|
242 | 419 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
243 | 420 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
244 | 421 | * TestUpcall
|
245 |
| - * @run testng/othervm |
| 422 | + */ |
| 423 | + |
| 424 | +/* @test id=Upcall-FTFF |
| 425 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 426 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 427 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 428 | + * |
| 429 | + * @run testng/othervm/manual |
246 | 430 | * --enable-native-access=ALL-UNNAMED
|
247 | 431 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=false
|
248 | 432 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
249 | 433 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_SPEC=false
|
250 | 434 | * -Djdk.internal.foreign.ProgrammableUpcallHandler.USE_INTRINSICS=false
|
251 | 435 | * TestUpcall
|
252 |
| - * @run testng/othervm |
| 436 | + */ |
| 437 | + |
| 438 | +/* @test id=Upcall-TTFF |
| 439 | + * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" |
| 440 | + * @modules jdk.incubator.foreign/jdk.internal.foreign |
| 441 | + * @build NativeTestHelper CallGeneratorHelper TestUpcall |
| 442 | + * |
| 443 | + * @run testng/othervm/manual |
253 | 444 | * --enable-native-access=ALL-UNNAMED
|
254 | 445 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_SPEC=true
|
255 | 446 | * -Djdk.internal.foreign.ProgrammableInvoker.USE_INTRINSICS=true
|
|
0 commit comments