> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26176/files
  - new: https://git.openjdk.org/jdk/pull/26176/files/a6480938..337fef05

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26176&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26176&range=01-02

  Stats: 8 lines in 4 files changed: 0 ins; 0 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/26176.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26176/head:pull/26176

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

Reply via email to