tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
authorVladimir Petko <vpetko@openjdk.org>
Sun, 22 Sep 2024 12:49:33 +0000 (14:49 +0200)
committerMatthias Klose <doko@ubuntu.com>
Sun, 22 Sep 2024 12:49:33 +0000 (14:49 +0200)
commitdcbf9d406f5d23ef8ab3ac27c262118b3e7fb6ff
treed2989eed06685619ac7e8a5be8635df2300a334d
parent1bfc472abce8c2ff2c3b6728934f337213868af3
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