--- old/src/jdk.net/share/classes/module-info.java 2018-06-22 08:18:58.000000000 +0100 +++ new/src/jdk.net/share/classes/module-info.java 2018-06-22 08:18:57.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -31,5 +31,6 @@ */ module jdk.net { exports jdk.net; + exports jdk.nio; }