< prev index next >

test/jdk/java/nio/channels/FileChannel/CleanerTest.java

Print this page
rev 59105 : imported patch corelibs

@@ -22,11 +22,11 @@
  */
 
 /* @test
  * @bug 8147615
  * @summary Test whether an unreferenced FileChannel is actually cleaned
- * @requires (os.family == "linux") | (os.family == "mac") | (os.family == "solaris") | (os.family == "aix")
+ * @requires (os.family == "linux") | (os.family == "mac") | (os.family == "aix")
  * @library /test/lib
  * @build jdk.test.lib.util.FileUtils CleanerTest
  * @modules java.management java.base/sun.nio.ch:+open
  * @run main/othervm CleanerTest
  */
< prev index next >