From d6a5897f411efec9ee1ae8002c013f0d67f15146 Mon Sep 17 00:00:00 2001 From: Brian Burkhalter Date: Wed, 8 Jan 2020 11:38:08 -0800 Subject: [PATCH] 8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode Reviewed-by: chegar, lancea --- .../java/nio/channels/FileChannel/MapWithSecurityManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java b/test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java index a7990140307..37626cf6797 100644 --- a/test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java +++ b/test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java @@ -24,6 +24,7 @@ /* @test * @bug 8236582 * @summary Tests the map method when running with a security manager + * @run main/othervm MapWithSecurityManager */ import java.io.IOException;