tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
authorVladimir Petko <vpetko@openjdk.org>
Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)
committerMatthias Klose <doko@ubuntu.com>
Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)
commit7f3fa1d05af934ebfa1cf7b1ec3d5313310b6ebd
tree416e9ed84f746cce9820a9f1282353b5e26fe3ad
parent4d49a8ef2a0c435ef9e5752d3aadfce3c19f817d
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