< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/ArrayType.java

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

*** 74,84 **** * Returns the component type of this array, * as specified in the array declaration. * <P> * Note: The component type of a array will always be * created or loaded before the array - see ! * <cite>The Java&trade; Virtual Machine Specification</cite>, * section 5.3.3 - Creating Array Classes. * However, although the component type will be loaded it may * not yet be prepared, in which case the type will be returned * but attempts to perform some operations on the returned type * (e.g. {@link ReferenceType#fields() fields()}) will throw --- 74,84 ---- * Returns the component type of this array, * as specified in the array declaration. * <P> * Note: The component type of a array will always be * created or loaded before the array - see ! * <cite>The Java Virtual Machine Specification</cite>, * section 5.3.3 - Creating Array Classes. * However, although the component type will be loaded it may * not yet be prepared, in which case the type will be returned * but attempts to perform some operations on the returned type * (e.g. {@link ReferenceType#fields() fields()}) will throw
< prev index next >