< prev index next >

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

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

*** 115,125 **** * 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, all threads in the target VM are resumed while * the method is being invoked if they were previously * suspended by an event or by {@link VirtualMachine#suspend} or --- 115,125 ---- * 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, all threads in the target VM are resumed while * the method is being invoked if they were previously * suspended by an event or by {@link VirtualMachine#suspend} or
< prev index next >