On Mon, 25 Apr 2022 20:37:38 GMT, Sean Mullan <[email protected]> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Code clean up per feedback
>
> test/jdk/javax/security/auth/callback/PasswordCleanup.java line 83:
>
>> 81: // Check if the object has been collected.
>> 82: if (weakHashMap.size() > 0) {
>> 83: throw new RuntimeException("GSSName object is not released");
>
> Did you mean to say "PasswordCallback object is not released"?
Ooops, bad copy and past of mine.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8272