Integrated: 8330053: JFR: Use LocalDateTime instead ZonedDateTime
Erik Gahlin
egahlin at openjdk.org
Wed Apr 17 13:38:46 UTC 2024
On Wed, 10 Apr 2024 17:50:52 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
> Could I have a review of PR that changes so LocalDateTime instead of ZonedDateTime is used when naming chunk files. Problem is that a java.time.DateTimeException occurs when ZonedDateTime.now() is used and the time zone is invalid. This happens in a JCK test.
>
> Testing: jdk/jdk/jfr + applicable test in JCK.
>
> Thanks
> Erik
This pull request has now been integrated.
Changeset: ff3e76fd
Author: Erik Gahlin <egahlin at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ff3e76fd0caf6e5820d618e3e7b82a1a5d008070
Stats: 15 lines in 1 file changed: 10 ins; 0 del; 5 mod
8330053: JFR: Use LocalDateTime instead ZonedDateTime
Reviewed-by: lmesnik, mgronlun
-------------
PR: https://git.openjdk.org/jdk/pull/18729
More information about the hotspot-jfr-dev
mailing list