tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
authorVladimir Petko <vpetko@openjdk.org>
Thu, 1 May 2025 08:40:21 +0000 (10:40 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Thu, 1 May 2025 08:40:21 +0000 (10:40 +0200)
commit5cc571adebd5db216bb77dfe7ed843da928e7953
treed6ef7a8ac577bc07acdcd01891ae11215cbadd15
parent8b2a6b2f28a0499d7ed8c8bb2fc71982014e3002
tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++

Origin: upstream, https://github.com/openjdk/jdk/commit/78a8a99d990dcc0b77c096bb2ca2c1bb86462e3f
Bug: https://bugs.openjdk.org/browse/JDK-8312488
Reviewed-By: asemenyuk, almatvee
Last-Update: 2024-07-18

The generated image contains libjpackageapplauncheraux.so that
contains a destructor function dcon(). It calls already disposed
logger, causing a crash.
Last-Update: 2024-07-18
Gbp-Pq: Name jdk-8312488.patch
src/jdk.jpackage/share/native/common/app.cpp