<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 1/2/26 03:57, Andrew Leonard wrote:<br>
</div>
<blockquote type="cite" cite="mid:SN6PR1501MB212771319B8AF274BD1C779DCABBA@SN6PR1501MB2127.namprd15.prod.outlook.com">
<div dir="ltr" style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi,</div>
<div dir="ltr" style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div dir="ltr" style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I’m looking to understand the situation on the production of
full debug symbols, as we’ve noticed at Adoptium jdk26 JDK
images no longer have the full debug symbols where they used to
be in the JDK image?</div>
<div dir="ltr" style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
For Temurin release builds we use external symbols (<span style="font-family: monospace;">--with-debug-level=release
--with-native-debug-symbols=external</span>) and then move the
JDK debug info files to a separate debug image tarball, I’m
trying to figure what we need to change?</div>
<div dir="ltr" style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Are the images/symbols folder files full debug files? Should we
get them from there instead?</div>
<div dir="ltr" style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks</div>
<div dir="ltr" style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</div>
</blockquote>
<p>Yes, that is correct. The debug symbols are now only put into the
symbols image, unless you explicitly configure your build to
include them in the regular image and bundles using
`--with-external-symbols-in-bundles=full`.</p>
<p>I would also recommend looking at the `make bundles` or `make
product-bundles` targets as those will generate the appropriate
bundles for you, though on Windows they are zip bundles as that's
a more commonly used packaging format for that platform.</p>
<p>/Erik</p>
<br>
</body>
</html>