Integrated: 8353189: [ASAN] memory leak after 8352184
SendaoYan
syan at openjdk.org
Thu Apr 10 08:45:35 UTC 2025
On Fri, 28 Mar 2025 16:40:44 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> This PR will try to fix memory leak after JDK-8352184. which re-do [JDK-8352184](https://bugs.openjdk.org/browse/JDK-8352184) using the original, purely static uses of the various description strings, as @jianglizhou had proposed.
>
> Additional testing:
>
> - [x] jtreg tests(include tier1/2/3 etc.) on linux-x64
> - [x] jtreg tests(include tier1/2/3 etc.) on linux-aarch64
> - [x] full `java -version` tests, the test shell script show as below.
>
> [JDK-8353189.sh.txt](https://github.com/user-attachments/files/19643535/JDK-8353189.sh.txt)
This pull request has now been integrated.
Changeset: 6545e0d9
Author: SendaoYan <syan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6545e0d9a39c772ead0cbdd525b624f21e252a6a
Stats: 46 lines in 1 file changed: 20 ins; 16 del; 10 mod
8353189: [ASAN] memory leak after 8352184
Co-authored-by: Jiangli Zhou <jiangli at openjdk.org>
Co-authored-by: David Holmes <dholmes at openjdk.org>
Reviewed-by: dholmes, jiangli
-------------
PR: https://git.openjdk.org/jdk/pull/24299
More information about the hotspot-dev
mailing list