OpenJDK / jdk / jdk
changeset 57607:5de55aa0cfdb
8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
Reviewed-by: chegar, lancea
author | bpb |
---|---|
date | Thu, 09 Jan 2020 08:31:41 -0800 |
parents | eccb8316306d |
children | f4c0d560b292 66627a94e828 |
files | test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java Thu Jan 09 08:31:29 2020 -0800 +++ b/test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java Thu Jan 09 08:31:41 2020 -0800 @@ -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;