hg: jdk9/dev/jdk: 8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain

jamil.j.nimeh at oracle.com jamil.j.nimeh at oracle.com
Wed Nov 16 16:30:14 UTC 2016


Changeset: 1a311078cb5f
Author:    jnimeh
Date:      2016-11-16 08:29 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1a311078cb5f

8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain
Summary: Protect against null return value from Permission.getActions in ProtectionDomain's toString method.
Reviewed-by: weijun, mullan

! src/java.base/share/classes/java/security/ProtectionDomain.java
+ test/java/security/ProtectionDomain/NullGetActions.java
+ test/java/security/ProtectionDomain/NullGetActions.policy



More information about the jdk9-dev-changes mailing list