-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b26
AOTCodeCache::copy_bytes() tries to optimize by copying byte buffer using HeapWords (64bits) by rounding up the size which may access memory after buffer.
We should use memcpy() instead.
We should use memcpy() instead.
- duplicates
-
JDK-8358654 [ASAN] AOTCodeCompressedOopsTest fails when asan is enabled
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/849655a1
-
Review(master) openjdk/jdk/25651