--- old/src/java.base/share/classes/java/net/URL.java 2019-06-26 16:08:05.901226500 +0200 +++ new/src/java.base/share/classes/java/net/URL.java 2019-06-26 16:08:04.976792700 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -41,8 +41,8 @@ import java.util.ServiceConfigurationError; import java.util.ServiceLoader; -import jdk.internal.misc.JavaNetURLAccess; -import jdk.internal.misc.SharedSecrets; +import jdk.internal.access.JavaNetURLAccess; +import jdk.internal.access.SharedSecrets; import sun.security.util.SecurityConstants; import sun.security.action.GetPropertyAction;