< prev index next >

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

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

*** 120,130 **** * (This implies that the field type must be loaded through the * enclosing class's class loader). Primitive values must be * either assignment compatible with the field type or must be * convertible to the field type without loss of information. * See section 5.2 of ! * <cite>The Java&trade; Language Specification</cite> * for more information on assignment * compatibility. * * @param field the field containing the requested value * @param value the new value to assign --- 120,130 ---- * (This implies that the field type must be loaded through the * enclosing class's class loader). Primitive values must be * either assignment compatible with the field type or must be * convertible to the field type without loss of information. * See section 5.2 of ! * <cite>The Java Language Specification</cite> * for more information on assignment * compatibility. * * @param field the field containing the requested value * @param value the new value to assign
*** 182,197 **** * type. If the argument is omitted, then a 0 length array of the * component type is passed. The component type can be a primitive type. * Autoboxing is not supported. * * See section 5.2 of ! * <cite>The Java&trade; Language Specification</cite> * for more information on assignment compatibility. * <p> * By default, the method is invoked using dynamic lookup as * documented in section 15.12.4.4 of ! * <cite>The Java&trade; Language Specification</cite> * in particular, overriding based on the runtime type of the object * mirrored by this {@link ObjectReference} will occur. This * behavior can be changed by specifying the * {@link #INVOKE_NONVIRTUAL} bit flag in the <code>options</code> * argument. If this flag is set, the specified method is invoked --- 182,197 ---- * type. If the argument is omitted, then a 0 length array of the * component type is passed. The component type can be a primitive type. * Autoboxing is not supported. * * See section 5.2 of ! * <cite>The Java Language Specification</cite> * for more information on assignment compatibility. * <p> * By default, the method is invoked using dynamic lookup as * documented in section 15.12.4.4 of ! * <cite>The Java Language Specification</cite> * in particular, overriding based on the runtime type of the object * mirrored by this {@link ObjectReference} will occur. This * behavior can be changed by specifying the * {@link #INVOKE_NONVIRTUAL} bit flag in the <code>options</code> * argument. If this flag is set, the specified method is invoked
< prev index next >