< prev index next >

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

Print this page
rev 59105 : imported patch corelibs

*** 22,32 **** */ /* @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") * @library /test/lib * @build jdk.test.lib.util.FileUtils CleanerTest * @modules java.management java.base/sun.nio.ch:+open * @run main/othervm CleanerTest */ --- 22,32 ---- */ /* @test * @bug 8147615 * @summary Test whether an unreferenced FileChannel is actually cleaned ! * @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 >