提交 a764e860 编写于 作者: K kamg

6541462: outdated specification for CCC 6339875

Summary: Add documentation to java.lang.ClassLoader.defineClass()
Reviewed-by: dcubed, darcy
上级 67b7c88d
...@@ -553,6 +553,13 @@ public abstract class ClassLoader { ...@@ -553,6 +553,13 @@ public abstract class ClassLoader {
* If either <tt>off</tt> or <tt>len</tt> is negative, or if * If either <tt>off</tt> or <tt>len</tt> is negative, or if
* <tt>off+len</tt> is greater than <tt>b.length</tt>. * <tt>off+len</tt> is greater than <tt>b.length</tt>.
* *
* @throws SecurityException
* If an attempt is made to add this class to a package that
* contains classes that were signed by a different set of
* certificates than this class, or if an attempt is made
* to define a class in a package with a fully-qualified name
* that starts with "{@code java.}".
*
* @see #loadClass(String, boolean) * @see #loadClass(String, boolean)
* @see #resolveClass(Class) * @see #resolveClass(Class)
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册