RFR: 8364514: [asan] runtime/jni/checked/TestCharArrayReleasing.java heap-buffer-overflow
Matthias Baesken
mbaesken at openjdk.org
Fri Aug 1 13:22:40 UTC 2025
When running with ASAN enabled binaries , the test runtime/jni/checked/TestCharArrayReleasing.java fails with a heap-buffer-overflow . This is expected because the test checks API usage errors and this way triggers ASAN.
-------------
Commit messages:
- JDK-8364514
Changes: https://git.openjdk.org/jdk/pull/26598/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26598&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8364514
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/26598.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26598/head:pull/26598
PR: https://git.openjdk.org/jdk/pull/26598
More information about the hotspot-runtime-dev
mailing list