OpenJDK / jdk / hs
changeset 23885:27c54417e228
8040167: JDWP spec for ClassType#InvokeMethod contradicts JLS
Reviewed-by: sla, sspitsyn
author | jbachorik |
---|---|
date | Tue, 15 Apr 2014 09:23:07 +0200 |
parents | 83a0354e0e7c |
children | 6cb6ad1e208f |
files | jdk/make/data/jdwp/jdwp.spec |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>"