RFR: 8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used
Christoph Langer
clanger at openjdk.org
Thu Feb 29 21:36:43 UTC 2024
On Wed, 28 Feb 2024 12:32:17 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Looks okay to me, but could we print here `RuntimeException(jmodFile + " is expected not to include native debug symbols` not only the jmod but also the unwanted file(s) ?
This information is already printed in isNativeDebugSymbol. So in case of failure, you'll find the culprit in the test output.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17990#issuecomment-1972000461
More information about the core-libs-dev
mailing list