RFR: JDK-8315505: CompileTask timestamp printed can overflow
Tobias Hartmann
thartmann at openjdk.org
Tue Oct 10 07:03:56 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)
Yes, trivial.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15533#issuecomment-1754540960
More information about the hotspot-compiler-dev
mailing list