History log of /openjdk9/jdk/test/java/security/ProtectionDomain/NullGetActions.java
Revision Date Author Comments
# 16071:1a311078cb5f 16-Nov-2016 jnimeh

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