< prev index next >

test/java/nio/file/Files/SBC.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2008, 2011, 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) 2008, 2016, 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.
*** 23,33 **** /* @test * @bug 4313887 * @summary Unit test for java.nio.file.Files.newByteChannel * @library .. ! * @modules java.base/com.sun.nio.file */ import java.nio.ByteBuffer; import java.nio.file.*; import static java.nio.file.StandardOpenOption.*; --- 23,33 ---- /* @test * @bug 4313887 * @summary Unit test for java.nio.file.Files.newByteChannel * @library .. ! * @modules jdk.unsupported */ import java.nio.ByteBuffer; import java.nio.file.*; import static java.nio.file.StandardOpenOption.*;
< prev index next >