From db38e8df3b8375550d466d1c7e962a2cffcbb938 Mon Sep 17 00:00:00 2001 From: Paul Sandoz Date: Tue, 24 Jan 2017 18:24:40 -0800 Subject: [PATCH] 8172732: spec clarification for URLClassLoader for Multirelease jars Reviewed-by: mchung, chegar, alanb --- .../share/classes/java/net/URLClassLoader.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jdk/src/java.base/share/classes/java/net/URLClassLoader.java b/jdk/src/java.base/share/classes/java/net/URLClassLoader.java index 11077b4032a..2e52fe2b4e9 100644 --- a/jdk/src/java.base/share/classes/java/net/URLClassLoader.java +++ b/jdk/src/java.base/share/classes/java/net/URLClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -66,16 +66,16 @@ import sun.security.util.SecurityConstants; * refer to a directory. Otherwise, the URL is assumed to refer to a JAR file * which will be opened as needed. *

+ * This class loader supports the loading of classes and resources from the + * contents of a multi-release + * JAR file that is referred to by a given URL. + *

* The AccessControlContext of the thread that created the instance of * URLClassLoader will be used when subsequently loading classes and * resources. *

* The classes that are loaded are by default granted permission only to * access the URLs specified when the URLClassLoader was created. - *

- * This class loader supports the loading of classes from the contents of a - * multi-release JAR file - * that is referred to by a given URL. * * @author David Connelly * @since 1.2