8343234: (bf) Move java/nio/Buffer/LimitDirectMemory.java from ProblemList.txt to ProblemList-Virtual.txt
Reviewed-by: alanb, jpai
This commit is contained in:
parent
774de278f7
commit
0668e181c8
@ -69,3 +69,6 @@ java/util/Properties/StoreReproducibilityTest.java 0000000 generic-all
|
||||
java/util/Properties/StoreReproducibilityTest.java 0000000 generic-all
|
||||
javax/management/ImplementationVersion/ImplVersionTest.java 0000000 generic-all
|
||||
javax/management/remote/mandatory/version/ImplVersionTest.java 0000000 generic-all
|
||||
|
||||
# Direct buffer memory allocated before test launch
|
||||
java/nio/Buffer/LimitDirectMemory.java 8342849 generic-all
|
||||
|
@ -586,8 +586,6 @@ java/net/Socket/asyncClose/Race.java 8317801 aix-ppc6
|
||||
|
||||
# jdk_nio
|
||||
|
||||
java/nio/Buffer/LimitDirectMemory.java 8342849 generic-all
|
||||
|
||||
java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc64
|
||||
|
||||
java/nio/channels/Channels/SocketChannelStreams.java 8317838 aix-ppc64
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 4627316 6743526
|
||||
* @summary Test option to limit direct memory allocation
|
||||
* @requires (os.arch == "x86_64") | (os.arch == "amd64")
|
||||
* @requires (os.arch == "x86_64") | (os.arch == "amd64") | (os.arch == "aarch64")
|
||||
* @library /test/lib
|
||||
*
|
||||
* @summary Test: memory is properly limited using multiple buffers
|
||||
|
Loading…
Reference in New Issue
Block a user