Skip to content

Commit 0668e18

Browse files
author
Brian Burkhalter
committed
8343234: (bf) Move java/nio/Buffer/LimitDirectMemory.java from ProblemList.txt to ProblemList-Virtual.txt
Reviewed-by: alanb, jpai
1 parent 774de27 commit 0668e18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

test/jdk/ProblemList-Virtual.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ java/util/Properties/StoreReproducibilityTest.java 0000000 generic-all
6969
java/util/Properties/StoreReproducibilityTest.java 0000000 generic-all
7070
javax/management/ImplementationVersion/ImplVersionTest.java 0000000 generic-all
7171
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

test/jdk/ProblemList.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,6 @@ java/net/Socket/asyncClose/Race.java 8317801 aix-ppc6
586586

587587
# jdk_nio
588588

589-
java/nio/Buffer/LimitDirectMemory.java 8342849 generic-all
590-
591589
java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc64
592590

593591
java/nio/channels/Channels/SocketChannelStreams.java 8317838 aix-ppc64

test/jdk/java/nio/Buffer/LimitDirectMemory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 4627316 6743526
2727
* @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")
2929
* @library /test/lib
3030
*
3131
* @summary Test: memory is properly limited using multiple buffers

0 commit comments

Comments
 (0)