< prev index next >

src/java.base/share/classes/java/security/SecureClassLoader.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 126,136 **** * if not known, using '.' and not '/' as the separator * and without a trailing ".class" suffix. * @param b the bytes that make up the class data. The bytes in * positions {@code off} through {@code off+len-1} * should have the format of a valid class file as defined by ! * <cite>The Java&trade; Virtual Machine Specification</cite>. * @param off the start offset in {@code b} of the class data * @param len the length of the class data * @param cs the associated CodeSource, or {@code null} if none * @return the {@code Class} object created from the data, * and optional CodeSource. --- 126,136 ---- * if not known, using '.' and not '/' as the separator * and without a trailing ".class" suffix. * @param b the bytes that make up the class data. The bytes in * positions {@code off} through {@code off+len-1} * should have the format of a valid class file as defined by ! * <cite>The Java Virtual Machine Specification</cite>. * @param off the start offset in {@code b} of the class data * @param len the length of the class data * @param cs the associated CodeSource, or {@code null} if none * @return the {@code Class} object created from the data, * and optional CodeSource.
*** 163,173 **** * if not known, using '.' and not '/' as the separator * and without a trailing ".class" suffix. * @param b the bytes that make up the class data. The bytes from positions * {@code b.position()} through {@code b.position() + b.limit() -1} * should have the format of a valid class file as defined by ! * <cite>The Java&trade; Virtual Machine Specification</cite>. * @param cs the associated CodeSource, or {@code null} if none * @return the {@code Class} object created from the data, * and optional CodeSource. * @throws ClassFormatError if the data did not contain a valid class * @throws SecurityException if an attempt is made to add this class --- 163,173 ---- * if not known, using '.' and not '/' as the separator * and without a trailing ".class" suffix. * @param b the bytes that make up the class data. The bytes from positions * {@code b.position()} through {@code b.position() + b.limit() -1} * should have the format of a valid class file as defined by ! * <cite>The Java Virtual Machine Specification</cite>. * @param cs the associated CodeSource, or {@code null} if none * @return the {@code Class} object created from the data, * and optional CodeSource. * @throws ClassFormatError if the data did not contain a valid class * @throws SecurityException if an attempt is made to add this class
< prev index next >