Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8237192: Generate stripped/public pdbs on Windows for jdk images
Co-authored-by: Matthias Baesken <matthias.baesken@sap.com> Reviewed-by: erikj, ihse
- Loading branch information
Showing
with
219 additions
and 110 deletions.
- +40 −2 make/Bundles.gmk
- +59 −4 make/CreateJmods.gmk
- +12 −1 make/GenerateLinkOptData.gmk
- +13 −2 make/Images.gmk
- +36 −12 make/autoconf/jdk-options.m4
- +3 −0 make/autoconf/spec.gmk.in
- +4 −1 make/common/NativeCompilation.gmk
- +1 −12 make/launcher/Launcher-java.base.gmk
- +1 −2 make/scripts/compare.sh
- +3 −37 test/jdk/tools/launcher/HelpFlagsTest.java
- +44 −5 test/jdk/tools/launcher/TestHelper.java
- +3 −32 test/jdk/tools/launcher/VersionCheck.java
Oops, something went wrong.