Integrated: 8338565: Test crashed: assert(is_path_empty()) failed: invariant
Markus Grönlund
mgronlun at openjdk.org
Tue Nov 12 15:48:37 UTC 2024
On Mon, 11 Nov 2024 19:24:28 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
> Greetings,
>
> This adjustment removes an assert which is unnecessarily strong.
>
> Its ok to reuse the _path_buffer, because every use is a full overwrite, i.e. a clobber.
>
> Tests: jdk_jfr
>
> Thanks
> Markus
This pull request has now been integrated.
Changeset: 81752c4b
Author: Markus Grönlund <mgronlun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/81752c4bcc384a8dd1e87b71a0de86877a0b661d
Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
8338565: Test crashed: assert(is_path_empty()) failed: invariant
Reviewed-by: egahlin
-------------
PR: https://git.openjdk.org/jdk/pull/22021
More information about the hotspot-jfr-dev
mailing list