< prev index next >

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

Print this page

        

@@ -221,11 +221,11 @@
      *   <LI>changing the schema (the fields)
      *   <LI>changing the hierarchy (superclasses, interfaces)
      *   <LI>deleting a method
      *   <LI>changing class modifiers
      *   <LI>changing method modifiers
-     *   <LI>changing the {@code NestHost} or {@code NestMembers} class attributes
+     *   <LI>changing the {@code NestHost}, {@code NestMembers}, or {@code Record} class attributes
      *   </UL>
      * </UL>
      *
      * @throws java.lang.NoClassDefFoundError if the bytes
      * don't correspond to the reference type (the names
< prev index next >