On Wed, 3 Feb 2021 11:27:49 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - file attr error >> - objc use .m > > src/java.security.jgss/share/classes/sun/security/krb5/SCDynamicStoreConfig.java > line 103: > >> 101: ri.put("kdc", kdcs); >> 102: } >> 103: realms.put(nextRealm, ri); > > Do you need to check if ri is empty? It should make no difference to applications whether there is an empty section or not, but I can remove it. ------------- PR: https://git.openjdk.java.net/jdk/pull/1845