< prev index next >

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

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 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 >