< prev index next >

make/data/jdwp/jdwp.spec

Print this page

        

*** 466,476 **** "<li>changing the schema (the fields)</li>" "<li>changing the hierarchy (superclasses, interfaces)</li>" "<li>deleting a method</li>" "<li>changing class modifiers</li>" "<li>changing method modifiers</li>" ! "<li>changing the <code>NestHost</code> or <code>NestMembers</code> class attributes</li>" "</ul>" "<p>" "Requires canRedefineClasses capability - see " "<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>. " "In addition to the canRedefineClasses capability, the target VM must " --- 466,476 ---- "<li>changing the schema (the fields)</li>" "<li>changing the hierarchy (superclasses, interfaces)</li>" "<li>deleting a method</li>" "<li>changing class modifiers</li>" "<li>changing method modifiers</li>" ! "<li>changing the <code>NestHost</code>, <code>NestMembers</code>, or <code>Record</code> class attributes</li>" "</ul>" "<p>" "Requires canRedefineClasses capability - see " "<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>. " "In addition to the canRedefineClasses capability, the target VM must "
*** 3165,3176 **** =71 "A method in the new class version has " "different modifiers " "than its counterpart in the old class version and " "canUnrestrictedlyRedefineClasses is false.") (Constant CLASS_ATTRIBUTE_CHANGE_NOT_IMPLEMENTED ! =72 "The new class version has different NestHost or " ! "NestMembers class attribute and " "canUnrestrictedlyRedefineClasses is false.") (Constant NOT_IMPLEMENTED =99 "The functionality is not implemented in " "this virtual machine.") (Constant NULL_POINTER =100 "Invalid pointer.") (Constant ABSENT_INFORMATION =101 "Desired information is not available.") --- 3165,3176 ---- =71 "A method in the new class version has " "different modifiers " "than its counterpart in the old class version and " "canUnrestrictedlyRedefineClasses is false.") (Constant CLASS_ATTRIBUTE_CHANGE_NOT_IMPLEMENTED ! =72 "The new class version has a different NestHost, " ! "NestMembers, or Record class attribute and " "canUnrestrictedlyRedefineClasses is false.") (Constant NOT_IMPLEMENTED =99 "The functionality is not implemented in " "this virtual machine.") (Constant NULL_POINTER =100 "Invalid pointer.") (Constant ABSENT_INFORMATION =101 "Desired information is not available.")
< prev index next >