[8]: revokeall.exe should be made executable on WXP/Cygwin
Alan Bateman
Alan.Bateman at oracle.com
Fri Nov 1 00:07:24 PDT 2013
On 31/10/2013 21:11, Francis ANDRE wrote:
> Hi
>
> the revokeall.exe is not executable on WXP/Cygwin which leads to the
> error
>
> Z:/JDK/jdk8/jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh:
> line 107:
> Z:/JDK/jdk8/jdk/test/sun/management/jmxremote/bootstrap/../../windows/revokeall.exe:
> Permission denied
>
> Thus, I would suggest to add a chmod ug+x $REVOKEALL in
> GeneratePropertyPassword.sh
or better still, just replace the checked-in revokeall.exe with code
that uses java.nio.file API to remove the ACL entries. The
serviceability-dev list would be the best place to follow-up on this
(and would be a good clean-up to several tests in this area).
-Alan
More information about the jdk8-dev
mailing list