< prev index next >

make/data/jdwp/jdwp.spec

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

*** 528,538 **** "target VM. " "Both the JNI signature and the generic signature are " "returned for each class. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out ) (Reply (Repeat classes "Number of reference types that follow." --- 528,538 ---- "target VM. " "Both the JNI signature and the generic signature are " "returned for each class. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out ) (Reply (Repeat classes "Number of reference types that follow."
*** 641,651 **** (Out (referenceType refType "The reference type ID.") ) (Reply (int modBits "Modifier bits as defined in Chapter 4 of " ! "<cite>The Java&trade; Virtual Machine Specification</cite>") ) (ErrorSet (Error INVALID_CLASS "refType is not the ID of a reference " "type.") (Error INVALID_OBJECT "refType is not a known ID.") --- 641,651 ---- (Out (referenceType refType "The reference type ID.") ) (Reply (int modBits "Modifier bits as defined in Chapter 4 of " ! "<cite>The Java Virtual Machine Specification</cite>") ) (ErrorSet (Error INVALID_CLASS "refType is not the ID of a reference " "type.") (Error INVALID_OBJECT "refType is not a known ID.")
*** 669,679 **** (string signature "JNI Signature of field.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "field declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the field as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) ) --- 669,679 ---- (string signature "JNI Signature of field.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "field declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the field as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) )
*** 704,714 **** (string signature "JNI signature of method.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "method declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the method as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) ) --- 704,714 ---- (string signature "JNI signature of method.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "method declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the method as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) )
*** 791,801 **** ) (Command Status=9 "Returns the current status of the reference type. The status " "indicates the extent to which the reference type has been " "initialized, as described in section 2.1.6 of " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "If the class is linked the PREPARED and VERIFIED bits in the returned status bits " "will be set. If the class is initialized the INITIALIZED bit in the returned " "status bits will be set. If an error occured during initialization then the " "ERROR bit in the returned status bits will be set. " "The returned status bits are undefined for array types and for " --- 791,801 ---- ) (Command Status=9 "Returns the current status of the reference type. The status " "indicates the extent to which the reference type has been " "initialized, as described in section 2.1.6 of " ! "<cite>The Java Virtual Machine Specification</cite>. " "If the class is linked the PREPARED and VERIFIED bits in the returned status bits " "will be set. If the class is initialized the INITIALIZED bit in the returned " "status bits will be set. If an error occured during initialization then the " "ERROR bit in the returned status bits will be set. " "The returned status bits are undefined for array types and for "
*** 870,880 **** (Command SignatureWithGeneric=13 "Returns the JNI signature of a reference type along with the " "generic signature if there is one. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The reference type ID.") ) (Reply --- 870,880 ---- (Command SignatureWithGeneric=13 "Returns the JNI signature of a reference type along with the " "generic signature if there is one. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The reference type ID.") ) (Reply
*** 898,908 **** "The field list will include any synthetic fields created " "by the compiler. " "Fields are returned in the order they occur in the class file. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The reference type ID.") ) (Reply --- 898,908 ---- "The field list will include any synthetic fields created " "by the compiler. " "Fields are returned in the order they occur in the class file. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The reference type ID.") ) (Reply
*** 915,925 **** "field, or an empty string if there is none.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "field declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the field as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) ) --- 915,925 ---- "field, or an empty string if there is none.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "field declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the field as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) )
*** 940,950 **** "the initialization method (identified with the name \"&lt;clinit&gt;\") " "if present, and any synthetic methods created by the compiler. " "Methods are returned in the order they occur in the class file. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The reference type ID.") ) (Reply --- 940,950 ---- "the initialization method (identified with the name \"&lt;clinit&gt;\") " "if present, and any synthetic methods created by the compiler. " "Methods are returned in the order they occur in the class file. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The reference type ID.") ) (Reply
*** 957,967 **** "an empty string if there is none.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "method declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the method as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) ) --- 957,967 ---- "an empty string if there is none.") (int modBits "The modifier bit flags (also known as access flags) " "which provide additional information on the " "method declaration. Individual flag values are " "defined in Chapter 4 of " ! "<cite>The Java Virtual Machine Specification</cite>. " "In addition, The <code>0xf0000000</code> bit identifies " "the method as synthetic, if the synthetic attribute " "<a href=\"#JDWP_VirtualMachine_Capabilities\">capability</a> is available.") ) )
*** 1020,1040 **** ) ) (Command ConstantPool=18 "Return the raw bytes of the constant pool in the format of the " "constant_pool item of the Class File Format in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "<p>Since JDWP version 1.6. Requires canGetConstantPool capability - see " "<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>."" (Out (referenceType refType "The class.") ) (Reply (int count "Total number of constant pool entries plus one. This " "corresponds to the constant_pool_count item of the " "Class File Format in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. ") (Repeat bytes (byte cpbytes "Raw bytes of constant pool") ) ) (ErrorSet --- 1020,1040 ---- ) ) (Command ConstantPool=18 "Return the raw bytes of the constant pool in the format of the " "constant_pool item of the Class File Format in " ! "<cite>The Java Virtual Machine Specification</cite>. " "<p>Since JDWP version 1.6. Requires canGetConstantPool capability - see " "<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>."" (Out (referenceType refType "The class.") ) (Reply (int count "Total number of constant pool entries plus one. This " "corresponds to the constant_pool_count item of the " "Class File Format in " ! "<cite>The Java Virtual Machine Specification</cite>. ") (Repeat bytes (byte cpbytes "Raw bytes of constant pool") ) ) (ErrorSet
*** 1433,1443 **** (Error VM_DEAD) ) ) (Command Bytecodes=3 "Retrieve the method's bytecodes as defined in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "Requires canGetBytecodes capability - see " "<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>." (Out (referenceType refType "The class.") (method methodID "The method.") --- 1433,1443 ---- (Error VM_DEAD) ) ) (Command Bytecodes=3 "Retrieve the method's bytecodes as defined in " ! "<cite>The Java Virtual Machine Specification</cite>. " "Requires canGetBytecodes capability - see " "<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>." (Out (referenceType refType "The class.") (method methodID "The method.")
*** 1489,1499 **** "includes arguments and locals declared within the method. For " "instance methods, the \"this\" reference is included in the " "table. Also, synthetic variables may be present. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The class.") (method methodID "The method.") ) --- 1489,1499 ---- "includes arguments and locals declared within the method. For " "instance methods, the \"this\" reference is included in the " "table. Also, synthetic variables may be present. " "Generic signatures are described in the signature attribute " "section in " ! "<cite>The Java Virtual Machine Specification</cite>. " "Since JDWP version 1.5." (Out (referenceType refType "The class.") (method methodID "The method.") )
*** 2080,2090 **** "statement. " "<p>" "The method which will return early is referred to as the " "called method. The called method is the current method (as " "defined by the Frames section in " ! "<cite>The Java&trade; Virtual Machine Specification</cite>) " "for the specified thread at the time this command " "is received. " "<p>" "The specified thread must be suspended. " "The return occurs when execution of Java programming " --- 2080,2090 ---- "statement. " "<p>" "The method which will return early is referred to as the " "called method. The called method is the current method (as " "defined by the Frames section in " ! "<cite>The Java Virtual Machine Specification</cite>) " "for the specified thread at the time this command " "is received. " "<p>" "The specified thread must be suspended. " "The return occurs when execution of Java programming "
< prev index next >