On Mon, 16 Oct 2023 14:32:33 GMT, Weijun Wang wrote:
>> src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java
>> line 82:
>>
>>> 80: }
>>> 81:
>>> 82: private static class ExitException extends RuntimeException {
>>
>> If we want to use ExitException as int
On Mon, 16 Oct 2023 14:37:03 GMT, Weijun Wang wrote:
>> src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line
>> 155:
>>
>>> 153: private static void exit(int exitCode) {
>>> 154: throw new ExitException(exitCode);
>>> 155: }
>>
>> I don't see much benefit o
On Sat, 14 Oct 2023 00:00:52 GMT, Valerie Peng wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> typo
>
> src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line 155:
>
>> 153: private static vo
On Fri, 13 Oct 2023 23:58:58 GMT, Valerie Peng wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> typo
>
> src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java
> line 82:
>
>> 80: }
>
On Tue, 10 Oct 2023 21:11:21 GMT, Weijun Wang wrote:
>> Remove most `System.exit()` calls in various security tools and only leave
>> one in the `main` method. This paves the way to convert them to JSR 199
>> tools.
>>
>> Note: before this change, the behavior of a successful `main()` method
On Fri, 13 Oct 2023 19:31:21 GMT, Valerie Peng wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> typo
>
> src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java
> line 155:
>
>> 153:
On Tue, 10 Oct 2023 21:11:21 GMT, Weijun Wang wrote:
>> Remove most `System.exit()` calls in various security tools and only leave
>> one in the `main` method. This paves the way to convert them to JSR 199
>> tools.
>>
>> Note: before this change, the behavior of a successful `main()` method
> Remove most `System.exit()` calls in various security tools and only leave
> one in the `main` method. This paves the way to convert them to JSR 199 tools.
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
typo
-
Changes