-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: infrastructure
-
b16
`COPY_MICROBENCHMARK_NATIVE` in make/test/BuildMicrobenchmark.gmk copies a list of files with "flattening". This results in duplicate make rules, if the same file name is present in multiple source directories.
This is likely caused byJDK-8253620, which adds debug symbols on macOS. These have the same name as the lib, but in a .dSYM subdir.
This is likely caused by