--- old/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java 2018-06-20 00:55:39.327316740 -0400 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java 2018-06-20 00:55:37.803228976 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -219,10 +219,11 @@ * this exception * * * @@ -595,8 +596,9 @@ boolean canAddMethod(); /** - * Determines if the target VM supports unrestricted - * changes when performing class redefinition. + * Determines if the target VM supports + * changes when performing class redefinition that are + * otherwise restricted by {@link #redefineClasses}. * @see #redefineClasses * * @return true if the feature is supported,