tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
authorVladimir Petko <vpetko@openjdk.org>
Sat, 10 Aug 2024 08:08:49 +0000 (10:08 +0200)
committerMatthias Klose <doko@ubuntu.com>
Sat, 10 Aug 2024 08:08:49 +0000 (10:08 +0200)
commita529d1195f6bc693c1f87cfcaafb0f9278319586
treec61b2c0a695e659fd5357057aad17eedb99c512b
parent8ec96ef3718b947da71491e03c4f1acfabdd728e
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