Integrated: JDK-8315505: CompileTask timestamp printed can overflow

Thomas Stuefe stuefe at openjdk.org
Tue Oct 10 07:32:14 UTC 2023


On Fri, 1 Sep 2023 10:56:08 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Trivial fix to a printing overflow.
> 
> Example, VM running for 88 days:
> 
> Before
> 
>  22 Time: Fri Sep  1 12:52:14 2023 CEST elapsed time: 7609888.526691 seconds (88d 1h 51m 28s)
>  23 
> ...
>  28 
>  29 Current CompileTask:
>  30 C2:-980046066 32 22    1    b        java.lang.invoke.MethodHandle::<clinit> (45 bytes)
>        ^^^^^^^^^^
> 
> 
> Now
> 
>  22 Time: Fri Sep  1 12:46:36 2023 CEST elapsed time: 7609550.966587 seconds (88d 1h 45m 50s)
>  23 
>  ...
>  28 
>  29 Current CompileTask:
>  30 C2:7609550966 32 22    1    b        java.lang.invoke.MethodHandle::<clinit> (45 bytes)

This pull request has now been integrated.

Changeset: ad7a8e86
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ad7a8e86e0334390f87ae44cf749d2b47f1409a1
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8315505: CompileTask timestamp printed can overflow

Reviewed-by: thartmann

-------------

PR: https://git.openjdk.org/jdk/pull/15533


More information about the hotspot-compiler-dev mailing list