On Mon, 3 Mar 2025 16:26:21 GMT, Weijun Wang <[email protected]> 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