RFR: 8352046: Test testEcoFriendly() in jdk tools launcher ExecutionEnvironment.java for AIX and Linux/musl is brittle [v4]

Christoph Langer clanger at openjdk.org
Fri Mar 28 10:56:15 UTC 2025


On Fri, 28 Mar 2025 09:55:25 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add !windows again and remove @compile
>
> test/jdk/tools/launcher/ExecutionEnvironment.java line 42:
> 
>> 40:  *      LD_LIBRARY_PATH if set are not modified in any way.
>> 41:  *   3. the correct vm is chosen with -server and -client options
>> 42:  *   4. no extra symlink exists on Solaris i.e.
> 
> You can remove Solaris, we do not build/test on Solaris for some time .

I think it is wrong to completely remove point 4. You should rather remove the term "on Solaris". The thing itself is still tested in testNoSymLink().

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24055#discussion_r2018408222


More information about the hotspot-runtime-dev mailing list