--- old/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java 2020-05-22 18:48:39.376327784 +0000 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java 2020-05-22 18:48:39.050320745 +0000 @@ -214,17 +214,9 @@ * attempting to add a method will throw this exception. *
  • If {@link #canUnrestrictedlyRedefineClasses() * canUnrestrictedlyRedefineClasses()} - * is false, attempting any of the following will throw - * this exception - * - * + * is false attempting any of the unsupported class file changes described + * in + * JVM TI RedefineClasses will throw this exception. * * @throws java.lang.NoClassDefFoundError if the bytes * don't correspond to the reference type (the names