-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
False
-
-
False
-
OPENJDK-1434 - Binary comparable builds & internal AQAvit runs
-
-
Two binaries escaped stripping:
$ for file in $(find jdk/modules/ -type f); do if file ${file} | cut -d ':' -f 2 | grep -q 'ELF'; then echo "${file} is ELF"; fi; done
jdk/modules/jdk.jpackage/jdk/jpackage/internal/resources/jpackageapplauncher is ELF
jdk/modules/jdk.jpackage/jdk/jpackage/internal/resources/libjpackageapplauncheraux.so is ELF
This should be easy to fix by adding the additional path to the spec file.
- relates to
-
OPENJDK-2829 Rebuild the lib/modules jimage against the updated jmods
- In Progress