Integrated: 8369560: Slowdebug build without CDS fails
Matthias Baesken
mbaesken at openjdk.org
Mon Oct 13 10:18:59 UTC 2025
On Fri, 10 Oct 2025 13:51:42 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Slowdebug builds without CDS fail, this was noticed on AIX.
> On Linux x86_64 (when using --with-debug-level=slowdebug --disable-cds ) I get a little better error messages , pointing already to code locations :
>
>
> /jdk/src/hotspot/share/oops/trainingData.hpp:155: error: undefined reference to 'TrainingData::TrainingDataLocker::_snapshot'
> /jdk/src/hotspot/share/classfile/vmClasses.cpp:123: error: undefined reference to 'AOTLinkedClassBulkLoader::preload_classes(JavaThread*)'
> collect2: error: ld returned 1 exit status
This pull request has now been integrated.
Changeset: 0af959a3
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0af959a340fe68caa47fc476ff861f0e86087162
Stats: 7 lines in 3 files changed: 6 ins; 1 del; 0 mod
8369560: Slowdebug build without CDS fails
Reviewed-by: mdoerr, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/27744
More information about the hotspot-dev
mailing list