RFR: 8297531: sun/security/krb5/MicroTime.java fails with "Exception: What? only 100 musec precision?"
Sean Mullan
mullan at openjdk.org
Tue Mar 4 14:32:55 UTC 2025
On Mon, 3 Mar 2025 16:26:21 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> Loosen the check; the modified test is sufficient to demonstrate sub-millisecond precision.
test/jdk/sun/security/krb5/MicroTime.java line 49:
> 47: // Before this change, KerberosTime was implemented in milliseconds.
> 48: // Now there should be more.
> 49: if (count < 1001) {
Can you make this comment more specific? What change was this? And what is the precision after the change?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23867#discussion_r1979577596
More information about the security-dev
mailing list