--- old/test/java/nio/file/WatchService/FileTreeModifier.java 2016-05-30 16:31:37.000000000 +0100 +++ new/test/java/nio/file/WatchService/FileTreeModifier.java 2016-05-30 16:31:37.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -23,9 +23,9 @@ /* @test * @bug 4313887 6838333 - * @summary Sanity test for Sun-specific FILE_TREE watch event modifier + * @summary Sanity test for JDK-specific FILE_TREE watch event modifier * @library .. - * @modules java.base/com.sun.nio.file + * @modules jdk.unsupported */ import java.nio.file.*;