File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 224
224
<excludes >
225
225
<exclude >**/*TestSuite.java</exclude >
226
226
</excludes >
227
- <argLine >-Xshare:off ${test-arguments} </argLine >
227
+ <argLine >${test-arguments} </argLine >
228
228
<systemPropertyVariables >
229
229
<net .bytebuddy.experimental>true</net .bytebuddy.experimental>
230
230
<rabbitmqctl .bin>DOCKER:rabbitmq</rabbitmqctl .bin>
405
405
406
406
<profiles >
407
407
408
+ <profile >
409
+ <id >jvm-test-arguments-below-java-21</id >
410
+ <activation >
411
+ <jdk >[11,21)</jdk >
412
+ </activation >
413
+ <properties >
414
+ <test-arguments >-Xshare:off</test-arguments >
415
+ </properties >
416
+ </profile >
417
+
418
+
408
419
<profile >
409
420
<id >jvm-test-arguments-java-21-and-more</id >
410
421
<activation >
411
422
<jdk >[21,)</jdk >
412
423
</activation >
413
424
<properties >
414
- <test-arguments >-XX:+EnableDynamicAgentLoading</test-arguments >
425
+ <test-arguments >-Xshare:off - XX:+EnableDynamicAgentLoading</test-arguments >
415
426
</properties >
416
427
</profile >
417
428
You can’t perform that action at this time.
0 commit comments