RFR: 8297874: get_dump_directory() in jfrEmergencyDump.cpp should pass correct length to jio_snprintf

Calvin Cheung ccheung at openjdk.org
Tue Jan 10 17:13:01 UTC 2023


On Tue, 10 Jan 2023 17:07:21 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> Please review this simple fix for correcting the length passing to` jio_snprintf `in the `get_dump_directory()` function in `jfrEmergencyDump.cpp`.
>> 
>> Passed tiers 1 - 4 testing.
>
> Thanks @calvinccheung, for fixing this. It is trivial, so go ahead and integrate.

@mgronlun Thanks for the review.

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

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


More information about the hotspot-jfr-dev mailing list