diff -r 5b3936afe090 -r b7c4265f40e7 jdk/test/tools/launcher/modules/addmods/AddModsTest.java --- a/jdk/test/tools/launcher/modules/addmods/AddModsTest.java Sat Feb 04 03:29:39 2017 +0100 +++ b/jdk/test/tools/launcher/modules/addmods/AddModsTest.java Sat Feb 04 14:04:28 2017 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2017, 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 @@ -98,7 +98,7 @@ } /** - * Basic test of --add-modules ALL-DEFAULT. Module java.annotations.common + * Basic test of --add-modules ALL-DEFAULT. Module java.xml.ws.annotation * should not resolved and so the types in that module should not be * visible. */