tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
authorVladimir Petko <vpetko@openjdk.org>
Thu, 27 Mar 2025 11:19:44 +0000 (12:19 +0100)
committerMatthias Klose <doko@ubuntu.com>
Thu, 27 Mar 2025 11:19:44 +0000 (12:19 +0100)
commite9688f889ce6e26b9009ecfa18fea9f91c8bbf2c
treeb47d1dac68e140e7785f332e22e4413d11267ff7
parent748daa97cffb4c0475516b1c26e3f0be05446348
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