RFR: 8312488: tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++ [v2]

Alexander Matveev almatvee at openjdk.org
Mon Jul 24 17:06:41 UTC 2023


On Sat, 22 Jul 2023 21:41:06 GMT, Vladimir Petko <vpetko at openjdk.org> wrote:

>> Use the  same approach as Logger::defaultLogger() to ensure that the appender is not destroyed before shared object destructor function is executed.
>> 
>> The alternative is to delete dcon() function, but we might run into a similiar tear-down issue later (e.g. logging from some object's destructor).
>> 
>> 
>> ==============================
>> Test summary
>> ==============================
>>    TEST                                              TOTAL  PASS  FAIL ERROR   
>>    jtreg:test/jdk/tools                                215   215     0     0   
>> ==============================
>> TEST SUCCESS
>
> Vladimir Petko has updated the pull request incrementally with one additional commit since the last revision:
> 
>   copyright typo

Marked as reviewed by almatvee (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/14971#pullrequestreview-1543908185


More information about the core-libs-dev mailing list