RFR: 8358679: [asan] vmTestbase/nsk/jvmti tests show memory issues [v3]

Alex Menkov amenkov at openjdk.org
Thu Jul 10 19:59:44 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

Thanks for the review

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

PR Comment: https://git.openjdk.org/jdk/pull/26176#issuecomment-3058846580


More information about the serviceability-dev mailing list