RFR: 8159927: Add a test to verify JMOD files created in the images do not have debug symbols

Mandy Chung mchung at openjdk.org
Wed Jan 17 20:56:13 UTC 2024


The build excludes the native debug symbols in JMOD files created for JDK modules (see make/CreateJmods.gmk).   This PR adds a test to verify that native debug symbols are excluded as expected.

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

Commit messages:
 - 8159927: Add a test to verify JMOD files created in the images do not have debug symbols

Changes: https://git.openjdk.org/jdk/pull/17467/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17467&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8159927
  Stats: 76 lines in 1 file changed: 76 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/17467.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17467/head:pull/17467

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


More information about the core-libs-dev mailing list