changeset 57577:e0d99376e48a

8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode Reviewed-by: chegar, lancea
author bpb
date Wed, 08 Jan 2020 11:38:08 -0800
parents b97c1773ccaf
children b997e5b9479b
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	Wed Jan 08 10:03:52 2020 -0800
+++ b/test/jdk/java/nio/channels/FileChannel/MapWithSecurityManager.java	Wed Jan 08 11:38:08 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;