RFR: JDK-8315505: CompileTask timestamp printed can overflow
Tobias Hartmann
thartmann at openjdk.org
Mon Oct 9 05:42:08 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)
Looks good to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15533#pullrequestreview-1663746110
More information about the hotspot-compiler-dev
mailing list