8040167: JDWP spec for ClassType#InvokeMethod contradicts JLS
authorjbachorik
Tue, 15 Apr 2014 09:23:07 +0200
changeset 23885 27c54417e228
parent 23884 83a0354e0e7c
child 23886 6cb6ad1e208f
8040167: JDWP spec for ClassType#InvokeMethod contradicts JLS Reviewed-by: sla, sspitsyn
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."
         "<p>"