6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode

Reviewed-by: ohair
This commit is contained in:
Alan Bateman 2009-10-19 19:58:38 +01:00
parent c71af49e2b
commit 6e476efa4a
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@
* @summary Unit test for probeContentType method
* @library ..
* @build ContentType SimpleFileTypeDetector
* @run main ContentType
* @run main/othervm ContentType
*/
import java.nio.file.*;

View File

@ -25,6 +25,8 @@
* @bug 6866804
* @summary Unit test for java.nio.file.Path
* @library ..
* @build CheckPermissions
* @run main/othervm CheckPermissions
*/
import java.nio.ByteBuffer;