8040167: JDWP spec for ClassType#InvokeMethod contradicts JLS
Reviewed-by: sla, sspitsyn
--- 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>"