# HG changeset patch # User jbachorik # Date 1397546587 -7200 # Node ID 27c54417e228fafd96a3d5efe068b8e6721c79cb # Parent 83a0354e0e7c9a4e80048fefa78ec1ac4934b24a 8040167: JDWP spec for ClassType#InvokeMethod contradicts JLS Reviewed-by: sla, sspitsyn diff -r 83a0354e0e7c -r 27c54417e228 jdk/make/data/jdwp/jdwp.spec --- a/jdk/make/data/jdwp/jdwp.spec Tue Apr 15 08:28:30 2014 +0100 +++ b/jdk/make/data/jdwp/jdwp.spec Tue Apr 15 09:23:07 2014 +0200 @@ -1079,7 +1079,7 @@ (Command InvokeMethod=3 "Invokes a static method. " "The method must be member of the class type " - "or one of its superclasses, superinterfaces, or implemented interfaces. " + "or one of its superclasses. " "Access control is not enforced; for example, private " "methods can be invoked." "

"