[jdk11u-dev] RFR: 8247589: Implementation of Alpine Linux/x64 Port [v2]

Matthias Baesken mbaesken at openjdk.java.net
Fri Mar 25 08:12:52 UTC 2022


On Tue, 22 Mar 2022 09:46:03 GMT, Aleksei Voitylov <avoitylov at openjdk.org> wrote:

>> JDK-8247589 is in the main issue in the third batch of a chain of backports for Alpine support to 11u as discussed in the mailing list. For the full set of anticipated changes please refer to the jdk-updates mailing list [1].
>> 
>> Original changeset does not apply cleanly because of:
>> 
>> 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports,
>> 8215445: Enable building for Windows in WSL
>> 8257913: Add more known library locations to simplify Linux cross-compilation
>> 8244592: Start supporting SOURCE_DATE_EPOCH
>> 8244752: Enable Linux support for multiple huge page sizes -XX:LargePageSizeInBytes
>> 
>> Testing: JCK + JTreg on Windows, Linux, Solaris, Mac without regressions.
>> 
>> [1] https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2022-February/012271.html
>
> Aleksei Voitylov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   JDK-8247589 backport to 11u

Hi, we noticed a small issue in [test/jdk/tools/launcher/Test7029048.java](https://github.com/openjdk/jdk11u-dev/pull/910/files#diff-a2a1433f01e8291062945a7383286214ee41a0e8deecab03bd37bc0bebe3da14) .
test/jdk/tools/launcher/Test7029048.java  now has  private static void printSkipMessage(String description)  twice ,
this leads to the error

test/jdk/tools/launcher/Test7029048.java:215: error: method printSkipMessage(String) is already defined in class Test7029048
    private static void printSkipMessage(String description) {
                        ^

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/910


More information about the jdk-updates-dev mailing list