RFR: 8358679: [asan] vmTestbase/nsk/jvmti tests show memory issues [v3]
Chris Plummer
cjplummer at openjdk.org
Tue Jul 8 22:29:39 UTC 2025
On Tue, 8 Jul 2025 19:41:26 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> The fix updates several tests ASAN complains about.
>> Tests for RawMonitors intentionally passes bad pointer to tested function, they should not be run with ASAN.
>> Test vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002 verifies COMPILED_METHOD_LOAD/COMPILED_METHOD_UNLOAD event and uses RawMonitor for synchronization. It destroys the monitor, but some events may arrive later (before VM exits). Usually JVMTI tests do not destroy synchronization monitors, removed destruction here.
>
> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
>
> feedback
Marked as reviewed by cjplummer (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/26176#pullrequestreview-2999240093
More information about the serviceability-dev
mailing list