File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,6 @@ java/util/Properties/StoreReproducibilityTest.java 0000000 generic-all
69
69
java/util/Properties/StoreReproducibilityTest.java 0000000 generic-all
70
70
javax/management/ImplementationVersion/ImplVersionTest.java 0000000 generic-all
71
71
javax/management/remote/mandatory/version/ImplVersionTest.java 0000000 generic-all
72
+
73
+ # Direct buffer memory allocated before test launch
74
+ java/nio/Buffer/LimitDirectMemory.java 8342849 generic-all
Original file line number Diff line number Diff line change @@ -586,8 +586,6 @@ java/net/Socket/asyncClose/Race.java 8317801 aix-ppc6
586
586
587
587
# jdk_nio
588
588
589
- java/nio/Buffer/LimitDirectMemory.java 8342849 generic-all
590
-
591
589
java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc64
592
590
593
591
java/nio/channels/Channels/SocketChannelStreams.java 8317838 aix-ppc64
Original file line number Diff line number Diff line change 25
25
* @test
26
26
* @bug 4627316 6743526
27
27
* @summary Test option to limit direct memory allocation
28
- * @requires (os.arch == "x86_64") | (os.arch == "amd64")
28
+ * @requires (os.arch == "x86_64") | (os.arch == "amd64") | (os.arch == "aarch64")
29
29
* @library /test/lib
30
30
*
31
31
* @summary Test: memory is properly limited using multiple buffers
You can’t perform that action at this time.
0 commit comments